Assoc2dConstraintGroupAddGlobalCallback Method
|
Adds a global callback function.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static void AddGlobalCallback(
Assoc2dConstraintCallback callback
)
Public Shared Sub AddGlobalCallback (
callback As Assoc2dConstraintCallback
)
public:
static void AddGlobalCallback(
Assoc2dConstraintCallback^ callback
)
static member AddGlobalCallback :
callback : Assoc2dConstraintCallback -> unit
Parameters
- callback Assoc2dConstraintCallback
- [in] Global callback function to add.
Remarks
Multiple global
callbacks can be registered and can be applied to the
Assoc2dConstraintGroup.
See Also