ArcObjects Library Reference (Cadastral)  

ICadastralAdjustmentLevel.AddFeatureClass Method

Store the initial adjustment level for a given feature class.

[Visual Basic .NET]
Public Sub AddFeatureClass ( _
    ByVal featureClassID As Integer, _
    ByVal adjustedLevel As Integer _
)
[C#]
public void AddFeatureClass (
    int featureClassID,
    int adjustedLevel
);

Product Availability

Available with ArcGIS Desktop.

Errors Returned

E_INVALIDARG A negative input parameter was specified.

Remarks

Add a feature class and its corresponding current adjustment level to the adjustment level table.

The CadastralFabric property must have been set before new data can be added. If the feature class has already been added, this method returns S_FALSE.

[C++]

See Also

ICadastralAdjustmentLevel Interface