This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkRenderer Interface > INetworkRenderer.RenderPhase Property (ArcObjects .NET 10.4 SDK) |
Indicates if renderer uses the specified draw phase.
[Visual Basic .NET] Public Function get_RenderPhase ( _ ByVal DrawPhase As esriDrawPhase _ ) As Boolean
[C#] public bool get_RenderPhase ( esriDrawPhase DrawPhase );
[C++]
HRESULT get_RenderPhase(
esriDrawPhase DrawPhase,
VARIANT_BOOL* result
);
[C++]
Parameters DrawPhase
DrawPhase is a parameter of type esriDrawPhase result [out, retval] result is a parameter of type VARIANT_BOOL