This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters Layer [in]
Layer is a parameter of type INetworkLayer* Display [in]
Display is a parameter of type IDisplay*