SoVectorizeActionCallPrepareAction Method |
Note: This API is now obsolete.
Calls CallPrepareAction(action, true).
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
public void CallPrepareAction(
SoCallbackAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
Public Sub CallPrepareAction (
action As SoCallbackAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
void CallPrepareAction(
SoCallbackAction^ action
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
member CallPrepareAction :
action : SoCallbackAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoCallbackAction
Remarks
See Also