com.esri.arcgis.carto
Interface IFeatureLayerExtendedDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadFeatureLayer

public interface IFeatureLayerExtendedDefinition
extends Serializable

Provides access to the extended definiton expression of a CadFeatureLayer.

Product Availability

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


Method Summary
 void getExtendedDefinitionExpression(String[] pExpression)
          The extended definition expression.
 

Method Detail

getExtendedDefinitionExpression

void getExtendedDefinitionExpression(String[] pExpression)
                                     throws IOException,
                                            AutomationException
The extended definition expression.

Product Availability

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

Parameters:
pExpression - The pExpression (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.