[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wert zurück, der angibt ob dieses Dokument einen Sub-Graphen darstellt.
Namespace: DynamicNode.WinAppAssembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Syntax
C# |
---|
public bool IsSubGraph { get; internal set; } |
Visual Basic |
---|
Public Property IsSubGraph As Boolean
Get
Friend Set |
F# |
---|
member IsSubGraph : bool with get, internal set
|
Field Value
true wenn dieses Dokument einen Sub-Graphen darstellt, sonst
false.
See Also