com.esri.arcgis.carto
Interface ILabelingDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILabelingDescriptionProxy, LabelingDescription

public interface ILabelingDescription
extends java.io.Serializable

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

Description: 'Provides access to the Labeling Description Interface.' 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 IIDaf0d718f_52b0_4916_aad6_c88e43b3e1f1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILabelClassDescriptions getLabelClassDescriptions()
          A collection of Label Class Description objects.
 void setLabelClassDescriptions(ILabelClassDescriptions ppLabelClassDescriptions)
          A collection of Label Class Description objects.
 

Field Detail

IIDaf0d718f_52b0_4916_aad6_c88e43b3e1f1

static final int IIDaf0d718f_52b0_4916_aad6_c88e43b3e1f1
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

getLabelClassDescriptions

ILabelClassDescriptions getLabelClassDescriptions()
                                                  throws java.io.IOException,
                                                         AutomationException
A collection of Label Class Description objects.

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

setLabelClassDescriptions

void setLabelClassDescriptions(ILabelClassDescriptions ppLabelClassDescriptions)
                               throws java.io.IOException,
                                      AutomationException
A collection of Label Class Description objects.

Parameters:
ppLabelClassDescriptions - A reference to a com.esri.arcgis.carto.ILabelClassDescriptions (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.