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


IReferenceLineSymbol.SymbolName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IReferenceLineSymbol Interface > IReferenceLineSymbol.SymbolName Property
ArcGIS Developer Help

IReferenceLineSymbol.SymbolName Property

Reference line symbol name.

[Visual Basic .NET]
Public Property SymbolName As String
[C#]
public string SymbolName {get; set;}
[C++]
HRESULT get_SymbolName(
  System.String* SymbolName
);
[C++]
HRESULT put_SymbolName(
  BSTR SymbolName
);
[C++]
Parameters
SymbolName [out, retval]

SymbolName is a parameter of type BSTR* SymbolName [in]
SymbolName 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