Click or drag to resize

ILineString Interface

Line string geometry type

Namespace:  StreetSmart.WinForms.Interfaces.GeoJson
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.5.0.0 (18.5.0.0)
Syntax
public interface ILineString : IGeometry, 
	IList<ICoordinate>, ICollection<ICoordinate>, IEnumerable<ICoordinate>, 
	IEnumerable

The ILineString type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionICoordinate.)
Public propertyIsReadOnly (Inherited from ICollectionICoordinate.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListICoordinate.)
Public propertyType
Geometry type
(Inherited from IGeometry.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionICoordinate.)
Public methodClear (Inherited from ICollectionICoordinate.)
Public methodContains (Inherited from ICollectionICoordinate.)
Public methodCopyTo (Inherited from ICollectionICoordinate.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableICoordinate.)
Public methodIndexOf (Inherited from IListICoordinate.)
Public methodInsert (Inherited from IListICoordinate.)
Public methodRemove (Inherited from ICollectionICoordinate.)
Public methodRemoveAt (Inherited from IListICoordinate.)
Top
See Also