Show / Hide Table of Contents

Class GeoMapElementCollection

Defines a collection to handle the types of GeoMapElement

Inheritance
object
Collection<IGeoMapElement>
GeoMapElementCollection
Implements
IList<IGeoMapElement>
ICollection<IGeoMapElement>
IReadOnlyList<IGeoMapElement>
IReadOnlyCollection<IGeoMapElement>
IEnumerable<IGeoMapElement>
IList
ICollection
IEnumerable
Inherited Members
Collection<IGeoMapElement>.Add(IGeoMapElement)
Collection<IGeoMapElement>.Clear()
Collection<IGeoMapElement>.ClearItems()
Collection<IGeoMapElement>.Contains(IGeoMapElement)
Collection<IGeoMapElement>.CopyTo(IGeoMapElement[], int)
Collection<IGeoMapElement>.GetEnumerator()
Collection<IGeoMapElement>.IndexOf(IGeoMapElement)
Collection<IGeoMapElement>.Insert(int, IGeoMapElement)
Collection<IGeoMapElement>.InsertItem(int, IGeoMapElement)
Collection<IGeoMapElement>.Remove(IGeoMapElement)
Collection<IGeoMapElement>.RemoveAt(int)
Collection<IGeoMapElement>.RemoveItem(int)
Collection<IGeoMapElement>.SetItem(int, IGeoMapElement)
Collection<IGeoMapElement>.Count
Collection<IGeoMapElement>.this[int]
Collection<IGeoMapElement>.Items
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 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

Exceptions
Type Condition
ArgumentNullException

Null passed for any of the parameters

View Source

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

Implements

IList<T>
ICollection<T>
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IList
ICollection
IEnumerable
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited