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


IConstructionAdjustment.AdjustmentMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionAdjustment Interface > IConstructionAdjustment.AdjustmentMethod Property
ArcGIS Developer Help

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