|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGraphicAttributes
COM Interface 'IGraphicAttributes'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the graphic attributes.' 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 |
IID7200f877_d9f9_4b54_940e_1e3a68363e2d
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Class name of the graphic attribute. |
int |
getGraphicAttributeCount()
Number of graphic attributes. |
int |
getID(int attrIndex)
ID of graphic attributes. |
int |
getIDByName(java.lang.String name)
ID of the graphic attribute, given its name. |
java.lang.String |
getName(int attrId)
Name of the graphic attribute. |
IGraphicAttributeType |
getType(int attrId)
Type of the graphic attribute. |
java.lang.Object |
getValue(int attrId)
Value of the graphic attribute. |
void |
setValue(int attrId,
java.lang.Object val)
Value of the graphic attribute. |
| Field Detail |
|---|
static final int IID7200f877_d9f9_4b54_940e_1e3a68363e2d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getGraphicAttributeCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getID(int attrIndex)
throws java.io.IOException,
AutomationException
attrIndex - The attrIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getName(int attrId)
throws java.io.IOException,
AutomationException
attrId - The attrId (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGraphicAttributeType getType(int attrId)
throws java.io.IOException,
AutomationException
attrId - The attrId (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getValue(int attrId)
throws java.io.IOException,
AutomationException
attrId - The attrId (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(int attrId,
java.lang.Object val)
throws java.io.IOException,
AutomationException
attrId - The attrId (in)val - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIDByName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getClassName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||