com.esri.arcgis.carto
Interface IRepresentationLegendClass

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRepresentationLegendClassProxy, RepresentationLegendClass

public interface IRepresentationLegendClass
extends Serializable

Provides access to the properties and methods of a RepresentationLegendClass.

Product Availability

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


Method Summary
 IRepresentationClass getRepresentationClass()
          The feature class representation identified by the legend class.
 int getRuleID()
          The rule ID identified by the legend class.
 

Method Detail

getRepresentationClass

IRepresentationClass getRepresentationClass()
                                            throws IOException,
                                                   AutomationException
The feature class representation identified by the legend class.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IRepresentationClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRuleID

int getRuleID()
              throws IOException,
                     AutomationException
The rule ID identified by the legend class.

Product Availability

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

Returns:
The ruleID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.