Draws the specified view phase. Use an envelope of zero to draw the entire phase.
[Visual Basic 6.0] Sub PartialRefresh(
ByVal phase As esriViewDrawPhase, _
ByVal Data As Unknown, _
ByVal envelope As IEnvelope _
)
[Visual Basic .NET] Public Sub PartialRefresh ( _ ByVal phase As esriViewDrawPhase, _ ByVal Data As Object, _ ByVal envelope As IEnvelope _ )
[C#] public void PartialRefresh ( esriViewDrawPhase phase, object Data, IEnvelope envelope );
[Java] public void partialRefresh ( esriViewDrawPhase phase, Object Data, IEnvelope envelope ) throws IOException, AutomationException
[C++] HRESULT PartialRefresh( esriViewDrawPhase phase, LPUNKNOWN Data, IEnvelope* envelope );
Parameters
phase [in]
phase is a parameter of type esriViewDrawPhase
Data [in]
Data is a parameter of type LPUNKNOWN
envelope [in]
envelope is a parameter of type IEnvelope