This document is archived and information here might be outdated. Recommended version. |
Determines whether the given Enabled field is valid.
[Visual Basic .NET] Public Function CheckEnabledDisabledField ( _ ByVal featureClassName As String, _ ByVal fieldName As String _ ) As esriNetworkLoaderFieldCheck
[C#] public esriNetworkLoaderFieldCheck CheckEnabledDisabledField ( string featureClassName, string fieldName );
[C++]
HRESULT CheckEnabledDisabledField(
BSTR featureClassName,
BSTR fieldName
);
[C++] Parameters featureClassName [in]
featureClassName is a parameter of type BSTR fieldName [in]
fieldName is a parameter of type BSTR
CheckEnabledDisabledField can only be called after the INetworkLoader::FeatureDatasetName property has been set.