SoCallbackActionCBFuncTypes Enumeration |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Enum OIV::Inventor::Actions::SoCallbackAction::CBFuncTypes is erroneously public. It will be removed in future major release")]
public enum CBFuncTypes
<ObsoleteAttribute("Enum OIV::Inventor::Actions::SoCallbackAction::CBFuncTypes is erroneously public. It will be removed in future major release")>
Public Enumeration CBFuncTypes
[ObsoleteAttribute(L"Enum OIV::Inventor::Actions::SoCallbackAction::CBFuncTypes is erroneously public. It will be removed in future major release")]
public enum class CBFuncTypes
[<ObsoleteAttribute("Enum OIV::Inventor::Actions::SoCallbackAction::CBFuncTypes is erroneously public. It will be removed in future major release")>]
type CBFuncTypes
Members
| Member name | Value | Description |
---|
| NONE | 0 | |
| PRE | 1 | |
| POST | 2 | |
| PRE_TAIL | 4 | |
| POST_TAIL | 8 | |
| ANY | 15 | |
Remarks
See Also