siInspectMode

Description

Inspection Dialog Modes

C# Syntax

siInspectMode.siRecycle                                                     // 1
siInspectMode.siFollow                                                      // 2
siInspectMode.siLock                                                        // 3
siInspectMode.siModal                                                       // 4
siInspectMode.siLockAndForceNew                                             // 5

Constant Value Description
siRecycle 1 Recycle dialog
siFollow 2 Recycle dialog if object is of the same family
siLock 3 Prevent dialog from being recycled
siModal 4 Pop up a modal dialog
siLockAndForceNew 5 Force a new dialog to open and prevent dialog from being recycled

Applies To

InspectObj