Share

isDraggingProvidingSubstituteObjects Function

C++

inline bool isDraggingProvidingSubstituteObjects(
    const AcDbAssocEvaluationCallback* pEvaluationCallback
);

File

AcDbAssocGlobal.h

Description

Returns true if in the middle of dragging and the AcDbAssocDraggingState indicates that substitute non-database resident objects that are clones of the original database-resident objects are being provided.

Parameters

Parameters Description
pEvaluationCallback The current AcDbAssocEvaluationCallback. NULL pointer is allowed.

Returns

True if in the middle of dragging.

Was this information helpful?