Chapter Contents |
Previous |
Next |
Organizational Chart: _setSize |
Syntax | |
Details |
Syntax |
CALL NOTIFY (orgchart-name, '_setSize', width, height<, nodetype>); |
Argument | Type | Description |
---|---|---|
width |
N | specifies the default width |
height |
N | specifies the default height |
nodetype |
N | specifies the index of the node type. If 0 or omitted, applies to all node types. |
Details |
If
Do not resize
in the Node Appearance window is off,
the _setSize method has no effect, and the nodes are created at the size specified
in the window. In this case, the nodes may resize when the INIT section runs.
_setSize has no effect on already-created objects. It must be called in the INIT section of the SCL program or before a _repopulate method is run so the default node size is set before the nodes are created. User-defined classes may ignore these settings.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.