CADability dotNET

The IIndexedGeoPoint type exposes the following members.

Methods

  NameDescription
Public methodGetGeoPoint
Yields the value of the GeoPoint with the given index.
Public methodGetGeoPointCount
Yields the number of GeoPoints in the list or array.
Public methodInsertGeoPoint
Inserts a new GeoPoint before the given index. Index==-1: Append
Public methodMayDelete
Asks, whether the point with the given index may be deleted.
Public methodMayInsert
Asks, whether a point may be inserted before the given index.
Public methodRemoveGeoPoint
Removes the GeoPoint at the given Index.
Public methodSetGeoPoint
Sets the GeoPoint with the given index

See Also