|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttribute
Provides access to members that manage the schematic attribute.
Method Summary | |
---|---|
void |
delete()
Deletes the schematic attribute. |
IUID |
getCLSID()
CLSID of the schematic attribute. |
String |
getDescription()
Description of the schematic attribute. |
String |
getName()
Name of the schematic attribute. |
ISchematicObjectClass |
getSchematicObjectClass()
Schematic object class the schematic attribute belongs to. |
Object |
getValue(ISchematicObject schematicObject)
The schematic attribute value for the specified schematic object. |
void |
setName(String name)
Name of the schematic attribute. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getCLSID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicObjectClass getSchematicObjectClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getValue(ISchematicObject schematicObject) throws IOException, AutomationException
schematicObject
- A reference to a com.esri.arcgis.schematic.ISchematicObject (in)
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 |