This document is archived and information here might be outdated. Recommended version. |
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
The positiveDirection value defines whether the vertical coordinate system has positive values 'up', for heights, or 'down', for depths. Use -1 for positive depths.