Share

BeginExtractionEventArgs::queueForExtraction

C++

ACDWGEXTRACTOR_PORT Acad::ErrorStatus queueForExtraction(
    const AcDbObjectId& idObject, 
    const AcString& viewableId
);

Description

Queues an object for property extraction. The properties extracted are subject to change.

Note: For APS Design Automation Use only.

Parameters

Parameters Description
idObject Input Object ID of the object queue for property extraction
viewableId Input Object ID of the viewable associated with object

Returns

Returns Acad::eOk if successful.

Links

BeginExtractionEventArgs Class, AcDwgExtractor Namespace

Previous Declaration

AutoCAD 2024

ACDWGEXTRACTOR_PORT Acad::ErrorStatus queueForExtraction(const AcDbObjectId& idObject, const AcDbObjectId& idLayout);

History

AutoCAD 2025

idLayout argument changed to viewableId and now expects an AcString instead of an AcDbObjectId.

Was this information helpful?