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



line

Glossary Item Box

This method removes layout data associated with the specified line.

Syntax

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

Parameters

line

Remarks

This method is called when the specified line has been removed from the process. It creates an undo transaction if one is not already in progress, and adds a ProcessLineLayoutDataUndoUnit 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