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


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

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(
  System.String* 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