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


ISchematicAttributeManagement.StoragePropertyName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAttributeManagement.StoragePropertyName Property

Storage property name of the schematic attribute.

[Visual Basic .NET]
Public Property StoragePropertyName As String
[C#]
public string StoragePropertyName {get; set;}
[C++]
HRESULT get_StoragePropertyName(
  BSTR* PropertyName
);
[C++]
HRESULT put_StoragePropertyName(
  BSTR PropertyName
);
[C++]

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

Product Availability

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

See Also

ISchematicAttributeManagement Interface