This document is archived and information here might be outdated. Recommended version. |
Indicates whether points on the adjustment area boundary should be pinned.
[Visual Basic .NET]
Public Property PinAdjustmentBoundary As Boolean
[C#]
public bool PinAdjustmentBoundary {get; set;}
[C++]
HRESULT get_PinAdjustmentBoundary(
Boolean* pPinBoundary
);
[C++]
HRESULT put_PinAdjustmentBoundary(
VARIANT_BOOL pPinBoundary
);
[C++] Parameters pPinBoundary [out, retval]
pPinBoundary is a parameter of type bool* pPinBoundary [in]
pPinBoundary is a parameter of type bool