NodeGraph
Constructors
No public constructors defined
Methods
NodeModel LoadNodeFromXml(XmlElement elNode,SaveContext context,NodeFactory nodeFactory) | stability index:1 |
---|---|
Return Value: none | |
Creates and initializes a NodeModel from its Xml representation. | |
elNode | |
XmlElement for a NodeModel. | |
context | |
The serialization context for initialization. | |
nodeFactory | |
A NodeFactory, to be used to create the node. |
NoteModel LoadNoteFromXml(XmlNode note) | stability index:1 |
---|---|
Return Value: none | |
Creates and initializes a NoteModel from its Xml representation. | |
note | |
NodeGraph LoadGraphFromXml(XmlDocument xmlDoc,NodeFactory nodeFactory) | stability index:1 |
---|---|
Return Value: none | |
Loads NodeModels, ConnectorModels, and NoteModels from an XmlDocument. | |
xmlDoc | |
An XmlDocument representing a serialized Dynamo workspace. | |
nodeFactory | |
A NodeFactory, used to load and instantiate nodes. | |
elementResolver | |