Checks to see if a symbol ID is supported and returns the renderer that supports it.
[Visual Basic .NET] Public Sub CanRenderSymbolID ( _ ByVal SymbolID As String, _ ByRef GeometryType As Int16&, _ ByRef Renderer As ITacticalGraphicRenderer, _ ByRef GraphicDef As IGraphicDef, _ ByRef result As Boolean _ )
[C#] public void CanRenderSymbolID ( string SymbolID, ref Int16& GeometryType, ref ITacticalGraphicRenderer Renderer, ref IGraphicDef GraphicDef, ref bool result );
[C++]
HRESULT CanRenderSymbolID(
BSTR SymbolID,
short* GeometryType,
ITacticalGraphicRenderer** Renderer,
IGraphicDef** GraphicDef,
VARIANT_BOOL* result
);
[C++]Parameters
SymbolID [in] SymbolID is a parameter of type BSTR GeometryType [in, out] GeometryType is a parameter of type short Renderer [in, out]Renderer is a parameter of type ITacticalGraphicRenderer
GraphicDef [in, out]GraphicDef is a parameter of type IGraphicDef
result [in, out] result is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.