ArcFM Engine Developer Guide
EndTransition Method


Syntax
'Declaration
 
Protected Sub EndTransition( _
   ByVal transitionElement As TransitionElement, _
   ByVal oldContent As ContentPresenter, _
   ByVal newContent As ContentPresenter _
) 
'Usage
 
Dim instance As Transition
Dim transitionElement As TransitionElement
Dim oldContent As ContentPresenter
Dim newContent As ContentPresenter
 
instance.EndTransition(transitionElement, oldContent, newContent)
protected void EndTransition( 
   TransitionElement transitionElement,
   ContentPresenter oldContent,
   ContentPresenter newContent
)

Parameters

transitionElement
oldContent
newContent
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Transition Class
Transition Members

 

 


Send Comment