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


IIMSSymbolImporter.CreateSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSSymbolImporter Interface > IIMSSymbolImporter.CreateSymbol Method
ArcGIS Developer Help

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
);
[C++]
Parameters
xml [in]

xml is a parameter of type BSTR

Product Availability

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

See Also

IIMSSymbolImporter Interface