LineLayoutData Method
See Also 
SourceCode.Workflow.Design Namespace > ProcessView Class : LineLayoutData Method



line

Glossary Item Box

This method returns the layout data associated with the specified line. If no layout data is found for the specified line, a new instance of ProcessViewLineLayoutData with default layout data is created and linked to the line.

Syntax

Visual Basic (Declaration) 
Public Function LineLayoutData( _
   ByVal line As Line _
) As ProcessViewLineLayoutData
Visual Basic (Usage)Copy Code
Dim instance As ProcessView
Dim line As Line
Dim value As ProcessViewLineLayoutData
 
value = instance.LineLayoutData(line)
C# 
public ProcessViewLineLayoutData LineLayoutData( 
   Line line
)
C++/CLI 
public:
ProcessViewLineLayoutData^ LineLayoutData( 
   Line^ line
) 

Parameters

line

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