This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IControlPrecision Interface > IControlPrecision.UsePrecision Property (ArcObjects .NET 10.4 SDK) |
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