com.esri.arcgis.schematic
Interface ISchematicAttributeProperty

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributePropertyProxy, SchematicAttributeProperty, SchematicAttributeStatic

public interface ISchematicAttributeProperty
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute property.

Product Availability

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


Method Summary
 String getFieldName()
          Propertyset field name of the schematic attribute property.
 String getPropertyName()
          Property name of the schematic attribute property.
 void setFieldName(String fieldName)
          Propertyset field name of the schematic attribute property.
 void setPropertyName(String propertyName)
          Property name of the schematic attribute property.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Method Detail

getFieldName

String getFieldName()
                    throws IOException,
                           AutomationException
Propertyset field name of the schematic attribute property.

Product Availability

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

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

setFieldName

void setFieldName(String fieldName)
                  throws IOException,
                         AutomationException
Propertyset field name of the schematic attribute property.

Product Availability

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

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

getPropertyName

String getPropertyName()
                       throws IOException,
                              AutomationException
Property name of the schematic attribute property.

Product Availability

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

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

setPropertyName

void setPropertyName(String propertyName)
                     throws IOException,
                            AutomationException
Property name of the schematic attribute property.

Product Availability

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

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