Class GeoMapElementCollection
Defines a collection to handle the types of GeoMapElement
Implements
Inherited Members
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapElementCollection : Collection<IGeoMapElement>, IList<IGeoMapElement>, ICollection<IGeoMapElement>, IReadOnlyList<IGeoMapElement>, IReadOnlyCollection<IGeoMapElement>, IEnumerable<IGeoMapElement>, IList, ICollection, IEnumerable
Methods
View SourceAdd(GeoMapElementCollection)
Add map element to the collection
Declaration
public void Add(GeoMapElementCollection geoMapElements)
Parameters
Type | Name | Description |
---|---|---|
GeoMapElementCollection | geoMapElements | The GeoMapElement to be added |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Null passed for any of the parameters |
UpdateIdNameDescription(bool, string, string)
Update all elements with ID, name and descriptions
Declaration
public void UpdateIdNameDescription(bool updateId, string name, string description)
Parameters
Type | Name | Description |
---|---|---|
bool | updateId | True, assign a new GUID value |
string | name | Name of element |
string | description | Description of element |