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