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

Product Availability

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

See Also

IDECadastralFabric2 Interface