v6.0
Returns or sets a Boolean value indicating whether the object is
selected (true) or not (false).
Note: This is the Python-compliant version of ProjectItem.Selected.
Since Python does not support input parameters on properties, ProjectItem.Selected will
fail in Python.
Boolean ProjectItem.IsSelected( UInt32 newVal ); |
ProjectItem.IsSelected( [BranchFlag] ); |
Parameter | Type | Description |
---|---|---|
BranchFlag | siBranchFlag |
Specifies whether the object is node-selected or branch-selected.
Applies only to objects such as X3DObject and Models that have children. Default Value: siNode |