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


ITrackSymbologyRenderer.CanRender Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackSymbologyRenderer.CanRender Method

Indicates if the specified feature class can be rendered on the given display.

[Visual Basic .NET]
Public Function CanRender ( _
    ByVal featClass As IFeatureClass, _
    ByVal display As IDisplay _
) As Boolean
[C#]
public bool CanRender (
    IFeatureClass featClass,
    IDisplay display
);
[C++]
HRESULT CanRender(
  IFeatureClass* featClass,
  IDisplay* display,
  VARIANT_BOOL* result
);
[C++]

Parameters featClass [in]
featClass is a parameter of type IFeatureClass display [in]
display is a parameter of type IDisplay result [out, retval] result is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackSymbologyRenderer Interface