Description Returns True when the Current is also in the Selection.
-
Return Type
-
A Boolean value. True when Current is selected.
A Boolean with value False when Current is not selected. Failure Returns False. Failure conditions: * No Current * Current is empty * Current is not in selection
-
Syntax
-
object.IsCurrentSelected
The IsCurrentSelected Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodes. |
|