IsSelected (ProjectItem) *
Introduced
6.0
Description
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.
Scripting Syntax
ProjectItem.IsSelected( [BranchFlag] )
C# Syntax
Boolean ProjectItem.IsSelected( UInt32 newVal );Parameters
|
Parameter |
Type |
Description |
|
BranchFlag |
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 |
See Also
Autodesk Softimage v7.5