ArcObjects Library Reference (Display)  

IReferenceMarkerSymbol.SymbolName Property

Symbol name.

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

Parameters

symName [out, retval]   symName is a parameter of type BSTR symName [in]   symName 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

IReferenceMarkerSymbol Interface