SoMultipleInstanceBaseAffectsState Method |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override bool AffectsState()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Function AffectsState As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool AffectsState() override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract AffectsState : unit -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override AffectsState : unit -> bool
Return Value
Type:
BooleanRemarks See Also