Assoc2dConstraintGroupGlobalCallback Method
|
Gets a global callback that is the collection
of all callbacks registered by the client code.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static Assoc2dConstraintCallback GlobalCallback()
Public Shared Function GlobalCallback As Assoc2dConstraintCallback
public:
static Assoc2dConstraintCallback^ GlobalCallback()
static member GlobalCallback : unit -> Assoc2dConstraintCallback
Return Value
Assoc2dConstraintCallback
Assoc2dConstraintCallback instance that is the collection of all
callbacks registered by the client code.
Remarks
The returned
callbacks should not be deleted or unregistered by the client
code.
See Also