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