com.esri.arcgis.carto
Interface IFeatureLayerExtendedDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadFeatureLayer, IFeatureLayerExtendedDefinitionProxy

public interface IFeatureLayerExtendedDefinition
extends java.io.Serializable

COM Interface 'IFeatureLayerExtendedDefinition'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the extended definiton expression of a CadFeatureLayer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbd0b0fdd_698f_11d5_9c2f_00c04fa33299
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getExtendedDefinitionExpression(java.lang.String[] pExpression)
          The extended definition expression.
 

Field Detail

IIDbd0b0fdd_698f_11d5_9c2f_00c04fa33299

static final int IIDbd0b0fdd_698f_11d5_9c2f_00c04fa33299
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getExtendedDefinitionExpression

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

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