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


ISpatialReference2GEN.HasZPrecision 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.HasZPrecision Method
ArcGIS Developer Help

ISpatialReference2GEN.HasZPrecision Method

Returns true when z-value precision information has been defined.

[Visual Basic .NET]
Public Function HasZPrecision ( _
) As Boolean
[C#]
public bool HasZPrecision (
);
[C++]
HRESULT HasZPrecision(
void
);

Product Availability

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

See Also

ISpatialReference2GEN Interface