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



guid
parentObject

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function NoteLayoutData( _
   ByVal guid As String, _
   ByVal parentObject As String _
) As ProcessViewNoteLayoutData
Visual Basic (Usage) Copy Code
Dim instance As ProcessView
Dim guid As String
Dim parentObject As String
Dim value As ProcessViewNoteLayoutData
 
value = instance.NoteLayoutData(guid, parentObject)
C#  
public ProcessViewNoteLayoutData NoteLayoutData( 
   string guid,
   string parentObject
)
C++/CLI  
public:
ProcessViewNoteLayoutData^ NoteLayoutData( 
   String^ guid,
   String^ parentObject
) 

Parameters

guid
parentObject

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