SoSimplifyActionSetVerbosity Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetVerbosity(
bool v
)
Public Sub SetVerbosity (
v As Boolean
)
public:
void SetVerbosity(
bool v
)
member SetVerbosity :
v : bool -> unit
Parameters
- v
- Type: SystemBoolean
Remarks If true, the simplify action prints out messages at each stage of the simplification.
See Also