SoMultiSwitchAffectsState Method |
Overrides method in OIV.Inventor.Nodes.SoNode 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: 10.12.3.0 (10.12.3.0)
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