This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackSymbologyRenderer Interface > ITrackSymbologyRenderer.CanRender Method (ArcObjects .NET 10.5 SDK) |
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