GeometryCollection.AddRange

GeometryCollection.AddRange method

Aggiunge le geometrie specificate alla raccolta.

public void AddRange(IEnumerable<IGeometry> geometries)
ParametroTipoDescrizione
geometriesIEnumerable`1Le geometrie da aggiungere.

Eccezioni

eccezionecondizione
ArgumentNullExceptionL’argomento ènull.
ArgumentExceptionLa collezione non accetta geometrie di questo tipo.

Guarda anche