This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVerticalCoordinateSystemGEN Interface > IVerticalCoordinateSystemGEN.PositiveDirection Property (ArcObjects .NET 10.4 SDK) |
A parameter that determines whether the coordinate system is positive 'up' or 'down'. Use -1 for depths (positive down).
[Visual Basic .NET] Public ReadOnly Property PositiveDirection As Integer
[C#] public int PositiveDirection {get;}
[C++]
HRESULT get_PositiveDirection(
Long* pd
);
[C++]
Parameters pd [out, retval] pd is a parameter of type Long
The positiveDirection value defines whether the vertical coordinate system has positive values 'up', for heights, or 'down', for depths. Use -1 for positive depths.