Use to quickly redraw a phase that has it's own cache, i.e., a tracking layer. Tradeoffs are made to ensure fast redrawing at the expense of quality. See PartialRefreshShape for more info.
[Visual Basic 6.0] Sub AnimationRefreshShape(
ByVal phase As esriViewDrawPhase, _
ByVal Data As Unknown, _
ByVal Geometry As IGeometry, _
ByVal symbolSizePoints As Double _
)
[Visual Basic .NET] Public Sub AnimationRefreshShape ( _ ByVal phase As esriViewDrawPhase, _ ByVal Data As Object, _ ByVal Geometry As IGeometry, _ ByVal symbolSizePoints As Double _ )
[C#] public void AnimationRefreshShape ( esriViewDrawPhase phase, object Data, IGeometry Geometry, double symbolSizePoints );
[Java] public void animationRefreshShape ( esriViewDrawPhase phase, Object Data, IGeometry Geometry, double symbolSizePoints ) throws IOException, AutomationException
[C++] HRESULT AnimationRefreshShape( esriViewDrawPhase phase, LPUNKNOWN Data, IGeometry* Geometry, double symbolSizePoints );
Parameters
phase [in]
phase is a parameter of type esriViewDrawPhase
Data [in]
Data is a parameter of type LPUNKNOWN
Geometry [in]
Geometry is a parameter of type IGeometry
symbolSizePoints [in]
symbolSizePoints is a parameter of type double