RemoveLayoutData(Activity) Method
See Also 
SourceCode.Workflow.Design Namespace > ProcessView Class > RemoveLayoutData Method : RemoveLayoutData(Activity) Method



activity

Glossary Item Box

This method removes layout data associated with the specified activity.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub RemoveLayoutData( _
   ByVal activity As Activity _
) 
Visual Basic (Usage)Copy Code
Dim instance As ProcessView
Dim activity As Activity
 
instance.RemoveLayoutData(activity)
C# 
public void RemoveLayoutData( 
   Activity activity
)
C++/CLI 
public:
void RemoveLayoutData( 
   Activity^ activity
) 

Parameters

activity

Remarks

This method is called when the specified activity has been removed from the process. It creates an undo transaction if one is not already in progress, and adds a ProcessActivityLayoutDataUndoUnit undo unit to the transaction.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also