Storage mode of the schematic attribute.
[Visual Basic .NET] Public Property StorageMode As esriSchematicAttributeStorageMode
[C#] public esriSchematicAttributeStorageMode StorageMode {get; set;}
[C++]
HRESULT get_StorageMode(
esriSchematicAttributeStorageMode* StorageMode
);
[C++]
HRESULT put_StorageMode(
esriSchematicAttributeStorageMode StorageMode
);
[C++]Parameters
StorageMode [out, retval]StorageMode is a parameter of type esriSchematicAttributeStorageMode
StorageMode [in]StorageMode is a parameter of type esriSchematicAttributeStorageMode
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
Description
The StorageMode defines whether the schematic attribute values must be stored in a field or a property set in the schematic dataset, or not stored.
Remarks
For a schematic attribute whose name corresponds to a predefined attribute name, storage cannot be configured. Storage of those specific attributes is entirely managed by Schematics without any configuration. In most cases, it is based on a system field in the related schematic feature class or diagram class.