ArcObjects Library Reference (Schematic)  

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