This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServiceLayerEditExtension Interface > IFeatureServiceLayerEditExtension.PlugInFeatureClassName Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
pFeatureClassName is a parameter of type IName pFeatureClassName [in]
pFeatureClassName is a parameter of type IName