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


IControlPrecision2.IsHighPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IControlPrecision2 Interface > IControlPrecision2.IsHighPrecision Property
ArcGIS Developer Help

IControlPrecision2.IsHighPrecision Property

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

Product Availability

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

See Also

IControlPrecision2 Interface

.NET Samples

Creating a toolbar of globe tools