public interface ILineString : IList<ICoordinate>,
ICollection<ICoordinate>, IEnumerable<ICoordinate>, IEnumerable,
IGeometry
Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionICoordinate) |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionICoordinate) |
Item | Gets or sets the element at the specified index. (Inherited from IListICoordinate) |
Type |
Geometry type
(Inherited from IGeometry) |
Add | Adds an item to the ICollectionT. (Inherited from ICollectionICoordinate) |
Clear | Removes all items from the ICollectionT. (Inherited from ICollectionICoordinate) |
Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionICoordinate) |
CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Inherited from ICollectionICoordinate) |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableICoordinate) |
IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListICoordinate) |
Insert | Inserts an item to the IListT at the specified index. (Inherited from IListICoordinate) |
Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionICoordinate) |
RemoveAt | Removes the IListT item at the specified index. (Inherited from IListICoordinate) |