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


IReferenceLineSymbol.SymbolSetName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IReferenceLineSymbol.SymbolSetName Property

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.

See Also

IReferenceLineSymbol Interface