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


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

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(
  Boolean* UsePrecision
);
[C++]
HRESULT put_UsePrecision(
  VARIANT_BOOL UsePrecision
);
[C++]
Parameters
UsePrecision [out, retval]

UsePrecision is a parameter of type bool* UsePrecision [in]
UsePrecision is a parameter of type bool

Product Availability

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

See Also

IControlPrecision Interface