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


ISpatialReference.ZCoordinateUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference Interface > ISpatialReference.ZCoordinateUnit Property
ArcGIS Developer Help

ISpatialReference.ZCoordinateUnit Property

The unit for the Z coordinate.

[Visual Basic .NET]
Public Property ZCoordinateUnit As ILinearUnit
[C#]
public ILinearUnit ZCoordinateUnit {get; set;}
[C++]
HRESULT get_ZCoordinateUnit(
  ILinearUnit** zunit
);
[C++]
HRESULT put_ZCoordinateUnit(
  ILinearUnit* zunit
);
[C++]
Parameters
zunit [out, retval]

zunit is a parameter of type ILinearUnit** zunit
zunit is a parameter of type ILinearUnit*

Product Availability

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

Description

The ZCoordinateUnit will return a linear unit object that represents the unit of measure used for Z coordinate values.

See Also

ISpatialReference Interface