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