com.esri.arcgis.cartoUI
Interface IAVObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AVObject, IAVObjectProxy

public interface IAVObject
extends java.io.Serializable

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

IID049eadd1_dd95_11d3_9fd4_00c04f6bc78e

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

getType

java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Type of object.

Returns:
The type
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(java.lang.String type)
             throws java.io.IOException,
                    AutomationException
Type of object.

Parameters:
type - The type (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertyCount

int getPropertyCount()
                     throws java.io.IOException,
                            AutomationException
Number of properties for the object.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperty

IProperty getProperty(int index)
                      throws java.io.IOException,
                             AutomationException
The properties at the given index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IProperty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addProperty

void addProperty(IProperty prop)
                 throws java.io.IOException,
                        AutomationException
Adds a property to the object.

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

queryPropertyValue

java.lang.String queryPropertyValue(java.lang.String propertyName)
                                    throws java.io.IOException,
                                           AutomationException
Returns the value of one of the object's properties. Only valid if you're expecting a single property with the given name.

Parameters:
propertyName - The propertyName (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearProperties

void clearProperties()
                     throws java.io.IOException,
                            AutomationException
Clears out all of the properties of the object.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.