This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.ZCoordinateUnit Property (ArcObjects .NET 10.5 SDK) |
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