com.esri.arcgis.schematic
Interface ISchematicAttributeFormatted

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeFormattedProxy, SchematicAttributeFormatted

public interface ISchematicAttributeFormatted
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute formatted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getFormat

String getFormat()
                 throws IOException,
                        AutomationException
String format the schematic attribute formatted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFormat

void setFormat(String format)
               throws IOException,
                      AutomationException
String format the schematic attribute formatted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getParameterNames

Object getParameterNames()
                         throws IOException,
                                AutomationException
Parameters names of the schematic attribute formatted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameterNames

void setParameterNames(Object names)
                       throws IOException,
                              AutomationException
Parameters names of the schematic attribute formatted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
names - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.