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


IDECadastralFabric2.PinAdjustmentPointsWithinBoundary Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IDECadastralFabric2.PinAdjustmentPointsWithinBoundary Property

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

Product Availability

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

See Also

IDECadastralFabric2 Interface