SoSelectionIsSelected Method (SoNode) |
Returns true if the passed node is selected by creating a path to it, then calling isSelected().
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool IsSelected(
SoNode node
)
Public Function IsSelected (
node As SoNode
) As Boolean
public:
bool IsSelected(
SoNode^ node
)
member IsSelected :
node : SoNode -> bool
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
Boolean
RemarksIf there is more than one instance of node beneath the selection node, the created path will be the first instance found.
See Also