SoInteractiveSwitchAffectsState Method |
Overrides method in OIV.Inventor.Nodes.SoSwitch to return false if there is no selected child or the selected child does not affect the state.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public override bool AffectsState()
Public Overrides Function AffectsState As Boolean
public:
virtual bool AffectsState() override
abstract AffectsState : unit -> bool
override AffectsState : unit -> bool
Return Value
Type:
BooleanRemarks See Also