Show / Hide Table of Contents

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 Source

Add(GeoMapElementCollection)

Add map element to the collection

Declaration
public void Add(GeoMapElementCollection geoMapElements)
Parameters
Type Name Description
GeoMapElementCollection geoMapElements

The GeoMapElement to be added

View Source

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

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited