This document is archived and information here might be outdated. Recommended version. |
.
[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