SoVectorizeActionPrepareAction Method |
Note: This API is now obsolete.
Calls PrepareAction(action, true).
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void PrepareAction(
SoCallbackAction action
)
<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub PrepareAction (
action As SoCallbackAction
)
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void PrepareAction(
SoCallbackAction^ action
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member PrepareAction :
action : SoCallbackAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoCallbackAction
Remarks
See Also