Share

DxDrawingDataExtractor.ExtractData Method

Description

Starts the data extraction. The result is stored in the ExtractedData property of this class.

Returns true if the operation is successful.

Visual Basic

Public Function ExtractData(
    rootdir As string
) As bool

C#

public bool ExtractData(
    string rootdir
);

Parameters

Parameters Description
string rootdir Input the path which will be used for resolving relative file paths. Typically this is the path to the DXE file

Links

DxDrawingDataExtractor Class, Autodesk.AutoCAD.DataExtraction Namespace

Was this information helpful?