PoPrintMonitorSetAction Method |
Replaces the old action with a new action and updates the dialog box.
Namespace: OIV.HardCopy.EditorsAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetAction(
SoVectorizeAction action,
bool isDestroyed
)
Public Sub SetAction (
action As SoVectorizeAction,
isDestroyed As Boolean
)
public:
void SetAction(
SoVectorizeAction^ action,
bool isDestroyed
)
member SetAction :
action : SoVectorizeAction *
isDestroyed : bool -> unit
Parameters
- action
- Type: OIV.HardCopySoVectorizeAction
- isDestroyed
- Type: SystemBoolean
RemarksBe careful, if the application destroys the action, the dialog box will not work. If the application specifies isDestroyed true, the dialog box will destroy the action, otherwise the application has to destroy the action after the dialog box is destroyed.
See Also