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.StorageField Property (ArcObjects .NET 10.5 SDK) |
Storage field of the schematic attribute.
[Visual Basic .NET] Public Property StorageField As IField
[C#] public IField StorageField {get; set;}
[C++]
HRESULT get_StorageField(
IField** Field
);
[C++]
HRESULT put_StorageField(
IField* Field
);
[C++]
Parameters Field [out, retval]
Field is a parameter of type IField Field [in]
Field is a parameter of type IField
An attribute Property is an attribute whose values are managed by a custom schematic rule, a custom schematic algorithm, or any applicative component. For example, the predefined Expand Links schematic rule may be configured to work with such a type of attribute.
The attribute values are stored in a property set property in the schematic feature class or diagram class on which the schematic attribute applies.