Click or drag to resize

IPosition Interface

Position

Namespace:  StreetSmart.WinForms.Interfaces.GeoJson
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.5.0.0 (18.5.0.0)
Syntax
public interface IPosition : ICoordinate

The IPosition type exposes the following members.

Properties
  NameDescription
Public propertyX
X value of the coordinate
(Inherited from ICoordinate.)
Public propertyXYZ
XYZ
Public propertyY
Y value of the coordinate
(Inherited from ICoordinate.)
Public propertyZ
Z value of the coordinate
(Inherited from ICoordinate.)
Top
See Also