v10.0 (2012)
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.
// get accessor Boolean rtn = SchematicNode.Expanded; // set accessor SchematicNode.Expanded = Boolean; |