NodeRepresentationΒΆ

Enumeration NodeRepresentation

Describes the representation of a node.

Enumeration Members

ASSEMBLY: 4

The node has child nodes and does not contain a linked resource.

COLLAPSED_ASSEMBLY: 16

The node contains a linked resource which is collapsed.

EMPTY_PART: 8

The node is an empty leaf node.

EXPANDED_ASSEMBLY: 64

The node contains a linked resource which is expanded.

LINKED_PART: 2

The node is a leaf node which contains a linked resource.

PART: 1

The node is a leaf node with geometry.