UpdateLayoutDataWithNewName(Line,String) Method
See Also 
SourceCode.Workflow.Design Namespace > DocumentView Class > UpdateLayoutDataWithNewName Method : UpdateLayoutDataWithNewName(Line,String) Method



line
oldName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub UpdateLayoutDataWithNewName( _
   ByVal line As Line, _
   ByVal oldName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As DocumentView
Dim line As Line
Dim oldName As String
 
instance.UpdateLayoutDataWithNewName(line, oldName)
C#  
public void UpdateLayoutDataWithNewName( 
   Line line,
   string oldName
)
C++/CLI  
public:
void UpdateLayoutDataWithNewName( 
   Line^ line,
   String^ oldName
) 

Parameters

line
oldName

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