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


ITrackSymbologyRenderer.CanRender Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackSymbologyRenderer Interface > ITrackSymbologyRenderer.CanRender Method
ArcGIS Developer Help

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

featClass is a parameter of type IFeatureClass* display [in]
display is a parameter of type IDisplay*

Product Availability

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

See Also

ITrackSymbologyRenderer Interface