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


ISchematicExpandLinksByAttributeRule.StorageName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicExpandLinksByAttributeRule.StorageName Property

Name of the field used to store the decoded value of the expanded link (optional).

[Visual Basic .NET]
Public Property StorageName As String
[C#]
public string StorageName {get; set;}
[C++]
HRESULT get_StorageName(
  BSTR* StorageName
);
[C++]
HRESULT put_StorageName(
  BSTR StorageName
);
[C++]

Parameters StorageName [out, retval] StorageName is a parameter of type BSTR StorageName [in] StorageName is a parameter of type BSTR

Product Availability

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

See Also

ISchematicExpandLinksByAttributeRule Interface