com.esri.arcgis.schematic
Interface esriSchematicAttributeStorageMode

All Superinterfaces:
Serializable

public interface esriSchematicAttributeStorageMode
extends Serializable

Schematic attribute storage mode.

Product Availability

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


Field Summary
static int esriSchematicAttributeFieldStorage
          Value of the attribute is stored in a field.
static int esriSchematicAttributeNoStorage
          Value of the attribute is not stored (need OnTheFly evaluation).
static int esriSchematicAttributePropertySetStorage
          Value of the attribute is stored in the property set.
 

Field Detail

esriSchematicAttributeNoStorage

static final int esriSchematicAttributeNoStorage
Value of the attribute is not stored (need OnTheFly evaluation).

See Also:
Constant Field Values

esriSchematicAttributeFieldStorage

static final int esriSchematicAttributeFieldStorage
Value of the attribute is stored in a field.

See Also:
Constant Field Values

esriSchematicAttributePropertySetStorage

static final int esriSchematicAttributePropertySetStorage
Value of the attribute is stored in the property set.

See Also:
Constant Field Values