This document is archived and information here might be outdated.  Recommended version.


IDECadastralFabric2.PinAdjustmentBoundary Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.PinAdjustmentBoundary Property
ArcGIS Developer Help

IDECadastralFabric2.PinAdjustmentBoundary Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDECadastralFabric2 Interface