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


IDECadastralFabric2.PinAdjustmentBoundary Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  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

Product Availability

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

See Also

IDECadastralFabric2 Interface