ArcObjects Library Reference (Geometry)  

IVerticalCoordinateSystemGEN.PositiveDirection Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The positiveDirection value defines whether the vertical coordinate system has positive values 'up', for heights, or 'down', for depths. Use -1 for positive depths. 

See Also

IVerticalCoordinateSystemGEN Interface