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


ICadastralAdjustmentVectors.CreateNewAdjustment Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralAdjustmentVectors.CreateNewAdjustment Method

Create a new adjustment from the vectors added.

[Visual Basic .NET]
Public Function CreateNewAdjustment ( _
) As Integer
[C#]
public int CreateNewAdjustment (
);
[C++]
HRESULT CreateNewAdjustment(
  long* pNewAdjustmentLevel
);
[C++]

Parameters pNewAdjustmentLevel [out, retval] pNewAdjustmentLevel is a parameter of type long

Product Availability

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

See Also

ICadastralAdjustmentVectors Interface