TRUE if a high precision integer grid is being used to round coordinate values. The scale factors of the spatial reference are re-scaled when this property is changed.
[Visual Basic .NET] Public Property IsHighPrecision As Boolean
[C#] public bool IsHighPrecision {get; set;}
[C++]
HRESULT get_IsHighPrecision(
VARIANT_BOOL* IsHighPrecision
);
[C++]
HRESULT put_IsHighPrecision(
VARIANT_BOOL IsHighPrecision
);
[C++]Parameters
IsHighPrecision [out, retval] IsHighPrecision is a parameter of type VARIANT_BOOL IsHighPrecision [in] IsHighPrecision is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.