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


IControlPrecision3.PrecisionLocked Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IControlPrecision3.PrecisionLocked Property

.

[Visual Basic .NET]
Public Property PrecisionLocked As Boolean
[C#]
public bool PrecisionLocked {get; set;}
[C++]
HRESULT get_PrecisionLocked(
  Boolean* pbPrecisionLocked
);
[C++]
HRESULT put_PrecisionLocked(
  VARIANT_BOOL pbPrecisionLocked
);
[C++]

Parameters pbPrecisionLocked [out, retval]
pbPrecisionLocked is a parameter of type bool* pbPrecisionLocked [in]
pbPrecisionLocked is a parameter of type bool

Product Availability

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

See Also

IControlPrecision3 Interface