IControlPrecision2 interface.
Members
| Name | Description | |
|---|---|---|
![]() |
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. |
![]() |
UsePrecision | Returns TRUE if the precision information can be used for snapping. |
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.
Public Property IsHighPrecision As Boolean
public bool IsHighPrecision {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IControlPrecision | IControlPrecision interface. |
Classes that implement IControlPrecision2
| Classes | Description |
|---|---|
| GeographicCoordinateSystem | Creates a geographic coordinate system. |
| ProjectedCoordinateSystem | Creates a projected coordinate system. |
| UnknownCoordinateSystem | Creates an unknown coordinate system. |
