Element class name corresponding to a sub layer.
[Visual Basic .NET] Public Function GetSubLayerClassName ( _ ByVal Layer As ILayer _ ) As String
[C#] public string GetSubLayerClassName ( ILayer Layer );
[C++]
HRESULT GetSubLayerClassName(
ILayer* Layer,
BSTR* ClassName
);
[C++]Parameters
Layer [in]Layer is a parameter of type ILayer
ClassName [out, retval] ClassName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.