This document is archived and information here might be outdated.  Recommended version.


IVerticalCoordinateSystemGEN.PositiveDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVerticalCoordinateSystemGEN Interface > IVerticalCoordinateSystemGEN.PositiveDirection Property
ArcGIS Developer Help

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(
  System.Int32* pd
);
[C++]
Parameters
pd [out, retval]

pd is a parameter of type int*

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