[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt ein Graph-Dokument anhand eines Graphen zurück.

Namespace: DynamicNode.WinApp
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
public Document GetDocumentByGraph(
	IGraph graph
)
Visual Basic
Public Function GetDocumentByGraph ( _
	graph As IGraph _
) As Document
F#
member GetDocumentByGraph : 
        graph:IGraph -> Document 

Parameters

graph
Type: DynamicNode.Core..::..IGraph
Ein Graph.

Return Value

Eine Document-Instanz.

See Also