SchematicNode.Expanded

Introduced

v10.0 (2012)

Description

The set property specifies the node as expanded or collapsed. The get property returns a Boolean to determine if the node is expanded or not. Children nodes are set as expanded if their parent are also expanded.

C# Syntax

// get accessor
Boolean rtn = SchematicNode.Expanded;
// set accessor
SchematicNode.Expanded = Boolean;