CADability dotNET
The IIndexedGeoPoint type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetGeoPoint |
Yields the value of the GeoPoint with the given index.
|
![]() | GetGeoPointCount |
Yields the number of GeoPoints in the list or array.
|
![]() | InsertGeoPoint |
Inserts a new GeoPoint before the given index. Index==-1: Append
|
![]() | MayDelete |
Asks, whether the point with the given index may be deleted.
|
![]() | MayInsert |
Asks, whether a point may be inserted before the given index.
|
![]() | RemoveGeoPoint |
Removes the GeoPoint at the given Index.
|
![]() | SetGeoPoint |
Sets the GeoPoint with the given index
|