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.

See Also

ISchematicAttributeManagement Interface