AssocEvaluationCallbackBeginActionEvaluationUsingObject
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public abstract void BeginActionEvaluationUsingObject(
AssocAction pAction,
ObjectId objectId,
bool objectIsGoingToBeUsed,
bool objectIsGoingToBeModified,
DBObject substituteObject
)
Public MustOverride Sub BeginActionEvaluationUsingObject (
pAction As AssocAction,
objectId As ObjectId,
objectIsGoingToBeUsed As Boolean,
objectIsGoingToBeModified As Boolean,
substituteObject As DBObject
)
public:
virtual void BeginActionEvaluationUsingObject(
AssocAction^ pAction,
ObjectId objectId,
bool objectIsGoingToBeUsed,
bool objectIsGoingToBeModified,
DBObject^ substituteObject
) abstract
abstract BeginActionEvaluationUsingObject :
pAction : AssocAction *
objectId : ObjectId *
objectIsGoingToBeUsed : bool *
objectIsGoingToBeModified : bool *
substituteObject : DBObject -> unit
Parameters
- pAction AssocAction
-
- objectId ObjectId
-
- objectIsGoingToBeUsed Boolean
-
- objectIsGoingToBeModified Boolean
-
- substituteObject DBObject
-
See Also