This document is archived and information here might be outdated.  Recommended version.


ISchematicAttributeManagement.StorageField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeManagement Interface > ISchematicAttributeManagement.StorageField Property
ArcGIS Developer Help

ISchematicAttributeManagement.StorageField Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

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.

See Also

ISchematicAttributeManagement Interface