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


IVerticalCoordinateSystem.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 > IVerticalCoordinateSystem Interface > IVerticalCoordinateSystem.PositiveDirection Property
ArcGIS Developer Help

IVerticalCoordinateSystem.PositiveDirection Property

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

pd is a parameter of type int* pd
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

IVerticalCoordinateSystem Interface