This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeManagement Interface > ISchematicAttributeManagement.StorageMode Property (ArcObjects .NET 10.5 SDK) |
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
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.
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.