ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.HasZPrecision Property

Indicates whether or not z-value precision information has been defined.

[Visual Basic .NET]
Public ReadOnly Property HasZPrecision As String
[C#]
public string HasZPrecision {get;}
[C++]
HRESULT get_HasZPrecision(
  BSTR* HasZPrecision
);
[C++]

Parameters

HasZPrecision [out, retval]   HasZPrecision is a parameter of type BSTR

Product Availability

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

See Also

IGpSpRefObject Interface