This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPZDomain Interface > IGPZDomain.SetZFalseOriginAndUnits Method (ArcObjects .NET 10.5 SDK) |
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