[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt das aktuelle Graph-Dokument zurück, oder legt es fest.

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

Syntax

C#
public Document CurrentDoc { get; set; }
Visual Basic
Public Property CurrentDoc As Document
	Get
	Set
F#
member CurrentDoc : Document with get, set

Field Value

Das aktuelle Graph-Dokument.

See Also