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


IIMSSymbolImporter.CreateSymbol Method (ArcObjects .NET 10.5 SDK)
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