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


IGpSpRefObject.HasXYPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.HasXYPrecision Property
ArcGIS Developer Help

IGpSpRefObject.HasXYPrecision Property

Indicates whether or not (x,y) precision information has been defined.

[Visual Basic .NET]
Public ReadOnly Property HasXYPrecision As String
[C#]
public string HasXYPrecision {get;}
[C++]
HRESULT get_HasXYPrecision(
void
);

Product Availability

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

See Also

IGpSpRefObject Interface