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


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

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