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


ISpatialReference2GEN.SetZFalseOriginAndUnits Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference2GEN Interface > ISpatialReference2GEN.SetZFalseOriginAndUnits Method
ArcGIS Developer Help

ISpatialReference2GEN.SetZFalseOriginAndUnits Method

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 

falseZ is a parameter of type double zUnits
zUnits is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpatialReference2GEN Interface