Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void Push(
SoState state
)
Public Overridable Sub Push (
state As SoState
)
public:
virtual void Push(
SoState^ state
)
abstract Push :
state : SoState -> unit
override Push :
state : SoState -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Remarks Allows for side effects to occur. Default methods do nothing.
See Also