This document is archived and information here might be outdated.  Recommended version.


ITemporalRenderer.RenderPhase Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer.RenderPhase Property

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 [in]
drawPhase is a parameter of type esriDrawPhase 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.

See Also

ITemporalRenderer Interface