Reference line symbol set name.
[Visual Basic .NET] Public Property SymbolSetName As String
[C#] public string SymbolSetName {get; set;}
[C++]
HRESULT get_SymbolSetName(
BSTR* SymbolSetName
);
[C++]
HRESULT put_SymbolSetName(
BSTR SymbolSetName
);
[C++]Parameters
SymbolSetName [out, retval] SymbolSetName is a parameter of type BSTR SymbolSetName [in] SymbolSetName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This interface is not yet implemented.