[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz der Klasse SubGraphNodeFactory.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public SubGraphNodeFactory(
	Type nodeType,
	NodeFactory defaultFactory,
	string file
)
Visual Basic
Public Sub New ( _
	nodeType As Type, _
	defaultFactory As NodeFactory, _
	file As String _
)
F#
new : 
        nodeType:Type * 
        defaultFactory:NodeFactory * 
        file:string -> SubGraphNodeFactory

Parameters

nodeType
Type: System..::..Type
Der Type des zu erzeugenden Knotens.
defaultFactory
Type: DynamicNode.Core..::..NodeFactory
Die Standard-Knoten-Factory, die von der Laufzeitumgebung verwendet wird.
file
Type: System..::..String
Die Moduldatei.

See Also