|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeFormatted
Provides access to members that manage the schematic attribute formatted.
An attribute Formatted is an attribute based on existing attributes that are used to spawn new attribute values. Configuring Formatted schematic attribute parameters consists of specifying those existing attributes and the format that will be used to spawn the attribute values.
Method Summary | |
---|---|
String |
getFormat()
String format the schematic attribute formatted. |
Object |
getParameterNames()
Parameters names of the schematic attribute formatted. |
void |
setFormat(String format)
String format the schematic attribute formatted. |
void |
setParameterNames(Object names)
Parameters names of the schematic attribute formatted. |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
Method Detail |
---|
String getFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormat(String format) throws IOException, AutomationException
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getParameterNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterNames(Object names) throws IOException, AutomationException
names
- A Variant (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 |