Get the Z false origin and units.
[Visual Basic .NET] Public Sub GetZFalseOriginAndUnits ( _ ByRef falseZ As Double, _ ByRef zUnits As Double _ )
[C#] public void GetZFalseOriginAndUnits ( ref double falseZ, ref double zUnits );
[C++]
HRESULT GetZFalseOriginAndUnits(
double* falseZ,
double* zUnits
);
[C++]Parameters
falseZ [out] falseZ is a parameter of type double zUnits [out] zUnits is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.