ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicRenderer2.CanRenderTacticalElement Method

Indicates whether a specified tactical element is compatible with the renderer.

[Visual Basic .NET]
Public Function CanRenderTacticalElement ( _
    ByVal TacticalElement As ITacticalElement _
) As Boolean
[C#]
public bool CanRenderTacticalElement (
    ITacticalElement TacticalElement
);
[C++]
HRESULT CanRenderTacticalElement(
  ITacticalElement* TacticalElement,
  VARIANT_BOOL* result
);
[C++]

Parameters

TacticalElement [in]

  TacticalElement is a parameter of type ITacticalElement

result [out, retval]   result is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicRenderer2 Interface