This document is archived and information here might be outdated. Recommended version. |
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
);
E_INVALIDARG A negative input parameter was specified.
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.
HRESULT AddFeatureClass(
long featureClassID,
long adjustedLevel
);