ArcObjects Library Reference (Carto)  

IIMSSymbolImporter.CreateSymbol Method

Creates a symbol based on the input AXL.

[Visual Basic .NET]
Public Function CreateSymbol ( _
    ByVal xml As String _
) As ISymbol
[C#]
public ISymbol CreateSymbol (
    string xml
);
[C++]
HRESULT CreateSymbol(
  BSTR xml,
  ISymbol** Symbol
);
[C++]

Parameters

xml [in]   xml is a parameter of type BSTR Symbol [out, retval]

  Symbol is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IIMSSymbolImporter Interface