Share

IiLogicAutomation.SilentOperation Property

This is an iLogic-specific SilentOperation flag. Normally when rules are run (in full Inventor or Inventor OEM), if any exceptions occur they will be shown in message dialogs. Set this to True if you don't want error messages to be displayed. (This property will always be True in Inventor Server.)

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property SilentOperation As Boolean
	Get
	Set

C#

bool SilentOperation { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?