|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAVObject
COM Interface 'IAVObject'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description: 'Provides access to members that control the ArcView (3.x) object.' 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 |
IID049eadd1_dd95_11d3_9fd4_00c04f6bc78e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addProperty(IProperty prop)
Adds a property to the object. |
void |
clearProperties()
Clears out all of the properties of the object. |
IProperty |
getProperty(int index)
The properties at the given index. |
int |
getPropertyCount()
Number of properties for the object. |
java.lang.String |
getType()
Type of object. |
java.lang.String |
queryPropertyValue(java.lang.String propertyName)
Returns the value of one of the object's properties. |
void |
setType(java.lang.String type)
Type of object. |
Field Detail |
---|
static final int IID049eadd1_dd95_11d3_9fd4_00c04f6bc78e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(java.lang.String type) throws java.io.IOException, AutomationException
type
- The type (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPropertyCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IProperty getProperty(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addProperty(IProperty prop) throws java.io.IOException, AutomationException
prop
- A reference to a com.esri.arcgis.geodatabase.IProperty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String queryPropertyValue(java.lang.String propertyName) throws java.io.IOException, AutomationException
propertyName
- The propertyName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearProperties() 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 |