ArcObjects Library Reference (Geometry)  

IControlPrecision2 Interface

IControlPrecision2 interface.

Product Availability

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

Members

Description
Read/write property IsHighPrecision 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.
Read/write property UsePrecision Returns TRUE if the precision information can be used for snapping.

Inherited Interfaces

Interfaces Description
IControlPrecision IControlPrecision interface.

CoClasses that implement IControlPrecision2

CoClasses and Classes Description
GeographicCoordinateSystem Creates a geographic coordinate system.
ProjectedCoordinateSystem Creates a projected coordinate system.
UnknownCoordinateSystem Creates an unknown coordinate system.

.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 | How to work with geoprocessing services