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