ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionAdjustment.AdjustmentMethod Property

The method for adjustment.

[Visual Basic .NET]
Public Property AdjustmentMethod As esriParcelAdjustmentType
[C#]
public esriParcelAdjustmentType AdjustmentMethod {get; set;}
[C++]
HRESULT get_AdjustmentMethod(
  esriParcelAdjustmentType* Type
);
[C++]
HRESULT put_AdjustmentMethod(
  esriParcelAdjustmentType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriParcelAdjustmentType

Type [in]

  Type is a parameter of type esriParcelAdjustmentType

Product Availability

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

See Also

IConstructionAdjustment Interface