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