Share

isToBeSkipped Function

C++

inline bool isToBeSkipped(
    AcDbAssocStatus status
);

File

AcDbAssocGlobal.h

Description

Returns true if the AcDbAssocStatus indicates that the action or dependency should be skipped and treated as it it were not there.

Parameters

Parameters Description
status The AcDbAssocStatus.

Returns

True if the AcDbAssocStatus indicates that the action or dependency should be skipped and treated as it it were not there.

Was this information helpful?