Contents

init(session:type:)

Creates a node object with a specified session and type.

Declaration

init(session inSession: ODSession!, type inType: ODNodeType) throws

Parameters

  • inSession:

    The session.

  • inType:

    The node type.

Return Value

The created node object.

Discussion

See Also

Creating and Initializing a Node