This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IReferenceLineSymbol Interface > IReferenceLineSymbol.SymbolSetName Property (ArcObjects .NET 10.4 SDK) |
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
This interface is not yet implemented.