Contents

init(session:name:)

Creates a node object with a specified session and name.

Declaration

init(session inSession: ODSession!, name inName: String!) throws

Parameters

  • inSession:

    The session.

  • inName:

    The name of the node.

Return Value

The created node object.

Discussion

See Also

Creating and Initializing a Node