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


IConstructionAdjustment.AdjustmentMethod Property (ArcObjects .NET 10.4 SDK)
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