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.