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


ICadastralAdjustmentLevel.AddFeatureClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralAdjustmentLevel Interface > ICadastralAdjustmentLevel.AddFeatureClass Method
ArcGIS Developer Help

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++]

HRESULT AddFeatureClass(

long featureClassID,

long adjustedLevel

);

See Also

ICadastralAdjustmentLevel Interface