This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSSymbolImporter Interface > IIMSSymbolImporter.CreateSymbol Method (ArcObjects .NET 10.4 SDK) |
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