| ObjectSelectionDelegate Delegate |
Namespace:
CodeStack.SwEx.AddIn.Delegates
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public delegate bool ObjectSelectionDelegate(
DocumentHandler docHandler,
swSelectType_e selType,
SelectionState_e state
)
Public Delegate Function ObjectSelectionDelegate (
docHandler As DocumentHandler,
selType As swSelectType_e,
state As SelectionState_e
) As Boolean
public delegate bool ObjectSelectionDelegate(
DocumentHandler^ docHandler,
swSelectType_e selType,
SelectionState_e state
)
Parameters
- docHandler
- Type: CodeStack.SwEx.AddIn.CoreDocumentHandler
Document Handler which sends this notification - selType
- Type: swSelectType_e
Type of the selected object as defined in swSelectType_e enumeration - state
- Type: CodeStack.SwEx.AddIn.EnumsSelectionState_e
Type of the selection operation
Return Value
Type:
BooleanReturn false if
UserPreSelect to cancel the user selection
See Also