This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* IsHighPrecision
);
[C++]
HRESULT put_IsHighPrecision(
VARIANT_BOOL IsHighPrecision
);
[C++] Parameters IsHighPrecision [out, retval]
IsHighPrecision is a parameter of type bool* IsHighPrecision [in]
IsHighPrecision is a parameter of type bool