This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.PinAdjustmentPointsWithinBoundary Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pPinWithinBoundary
);
[C++]
HRESULT put_PinAdjustmentPointsWithinBoundary(
VARIANT_BOOL pPinWithinBoundary
);
[C++]
Parameters pPinWithinBoundary [out, retval] pPinWithinBoundary is a parameter of type VARIANT_BOOL pPinWithinBoundary [in] pPinWithinBoundary is a parameter of type VARIANT_BOOL