|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAVObject
Provides access to members that control the ArcView (3.x) object.
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. |
String |
getType()
Type of object. |
String |
queryPropertyValue(String propertyName)
Returns the value of one of the object's properties. |
void |
setType(String type)
Type of object. |
Method Detail |
---|
String getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(String type) throws IOException, AutomationException
type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPropertyCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IProperty getProperty(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addProperty(IProperty prop) throws IOException, AutomationException
prop
- A reference to a com.esri.arcgis.geodatabase.IProperty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String queryPropertyValue(String propertyName) throws IOException, AutomationException
propertyName
- The propertyName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearProperties() throws IOException, AutomationException
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 |