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


IGpSpRefObject.SetZFalseOriginAndUnits Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.SetZFalseOriginAndUnits Method
ArcGIS Developer Help

IGpSpRefObject.SetZFalseOriginAndUnits Method

Get 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.

See Also

IGpSpRefObject Interface