Indicates if the renderer can draw.
[Visual Basic .NET] Public Function CanRender ( _ ByVal Layer As INetworkLayer, _ ByVal Display As IDisplay _ ) As Boolean
[C#] public bool CanRender ( INetworkLayer Layer, IDisplay Display );
[C++]
HRESULT CanRender(
INetworkLayer* Layer,
IDisplay* Display,
VARIANT_BOOL* CanRender
);
[C++]Parameters
Layer [in]Layer is a parameter of type INetworkLayer
Display [in]Display is a parameter of type IDisplay
CanRender [out, retval] CanRender is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.