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


IDECadastralFabric2.PinAdjustmentPointsWithinBoundary 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.PinAdjustmentPointsWithinBoundary Property
ArcGIS Developer Help

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