SoLogicOperationElementGet Method |
get the current logic operation, and wether logic operations are enabled.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Get(
SoState state,
out bool enabled,
out SoLogicOperationElementLogicOperations operation
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef enabled As Boolean,
<OutAttribute> ByRef operation As SoLogicOperationElementLogicOperations
)
public:
static void Get(
SoState^ state,
[OutAttribute] bool% enabled,
[OutAttribute] SoLogicOperationElementLogicOperations% operation
)
static member Get :
state : SoState *
enabled : bool byref *
operation : SoLogicOperationElementLogicOperations byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
the state from which to retrieve the element instance.
- enabled
- Type: SystemBoolean
Whether logic operations are enabled
- operation
- Type: OIV.Inventor.ElementsSoLogicOperationElementLogicOperations
which operation is applied
Remarks See Also