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