Selected (ProjectItem) *
Description
Returns or sets a Boolean value indicating whether the object is selected (true) or not (false).
Note: Since Python does not support input parameters on properties, this property will fail in Python. Use the ProjectItem.IsSelected method and the ProjectItem.SetAsSelected method for Python instead.
C# Syntax
// get accessor Boolean ProjectItem.get_Selected( UInt32 newVal ); // set accessor ProjectItem.set_Selected( UInt32 newVal, Boolean pVal );
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
Examples
• See ProjectItem.Selected.1.vbs
Autodesk Softimage 2011