This document is archived and information here might be outdated. Recommended version. |
The feature service plug in feature class for display.
[Visual Basic .NET] Public Property PlugInFeatureClassName As IName
[C#] public IName PlugInFeatureClassName {get; set;}
[C++]
HRESULT get_PlugInFeatureClassName(
IName* pFeatureClassName
);
[C++]
HRESULT putref_PlugInFeatureClassName(
IName** pFeatureClassName
);
[C++] Parameters pFeatureClassName [in]
pFeatureClassName is a parameter of type IName* pFeatureClassName [out, retval]
pFeatureClassName is a parameter of type IName**