This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVerticalCoordinateSystem Interface > IVerticalCoordinateSystem.PositiveDirection Property (ArcObjects .NET 10.5 SDK) |
The positive direction of the z coordinates. Up is 1. Down (in the direction of gravity) is -1.
[Visual Basic .NET] Public Property PositiveDirection As Integer
[C#] public int PositiveDirection {get; set;}
[C++]
HRESULT get_PositiveDirection(
Long* pd
);
[C++]
HRESULT put_PositiveDirection(
Long pd
);
[C++]
Parameters pd [out, retval] pd is a parameter of type Long pd 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.