This document is archived and information here might be outdated. Recommended version. |
Indicates whether non-adjusted points within the adjustment are should be pinned.
[Visual Basic .NET]
Public Property PinAdjustmentPointsWithinBoundary As Boolean
[C#]
public bool PinAdjustmentPointsWithinBoundary {get; set;}
[C++]
HRESULT get_PinAdjustmentPointsWithinBoundary(
Boolean* pPinWithinBoundary
);
[C++]
HRESULT put_PinAdjustmentPointsWithinBoundary(
VARIANT_BOOL pPinWithinBoundary
);
[C++] Parameters pPinWithinBoundary [out, retval]
pPinWithinBoundary is a parameter of type bool* pPinWithinBoundary [in]
pPinWithinBoundary is a parameter of type bool