Class GeoMapElementCollection
Defines a collection to handle the types of GeoMapElement
Inheritance
System.Object
GeoMapElementCollection
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoMapElementCollection : Collection<IGeoMapElement>
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 |
UpdateIdNameDescription(Boolean, String, String)
Update all elements with ID, name and descriptions
Declaration
public void UpdateIdNameDescription(bool updateId, string name, string description)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | updateId | True, assign a new GUID value |
System.String | name | Name of element |
System.String | description | Description of element |