This document is archived and information here might be outdated. Recommended version. |
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*