com.esri.arcgis.schematic
Interface ISchematicLayerTemplate

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicLayer

public interface ISchematicLayerTemplate
extends Serializable

Provides access to members that control a schematic layer template.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getSubLayerClassName(ILayer layer)
          Element class name corresponding to a sub layer.
 

Method Detail

getSubLayerClassName

String getSubLayerClassName(ILayer layer)
                            throws IOException,
                                   AutomationException
Element class name corresponding to a sub layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
The className
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.