This document is archived and information here might be outdated.  Recommended version.


ISchematicLayerTemplate.GetSubLayerClassName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLayerTemplate.GetSubLayerClassName Method

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.

See Also

ISchematicLayerTemplate Interface