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


IControlPrecision.UsePrecision Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IControlPrecision.UsePrecision Property

Returns TRUE if the precision information can be used for snapping.

[Visual Basic .NET]
Public Property UsePrecision As Boolean
[C#]
public bool UsePrecision {get; set;}
[C++]
HRESULT get_UsePrecision(
  VARIANT_BOOL* UsePrecision
);
[C++]
HRESULT put_UsePrecision(
  VARIANT_BOOL UsePrecision
);
[C++]

Parameters UsePrecision [out, retval] UsePrecision is a parameter of type VARIANT_BOOL UsePrecision [in] UsePrecision is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IControlPrecision Interface