ArcObjects Library Reference (Geometry)  

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(
  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.

See Also

IControlPrecision2 Interface

.NET Snippets

Convert Spatial Reference From Low To High Precision | Create Low Precision Spatial Reference | Convert Spatial Reference From High To Low Precision | Create High Precision Spatial Reference

.NET Samples

Creating a toolbar of globe tools (Code Files: SpatialReference)

.NET Related Topics

Constructing a high- or low-precision spatial reference