Share

DxDrawingDataExtractorSettings.SelectedObjects Property

Description

Accesses a list of handles that represent the selected objects for which the data will be extracted.

Visual Basic

Public Property SelectedObjects() As List<Handle>

C#

public List<Handle> SelectedObjects;

Returns

List of Handle objects.

Conditions

Read / Write

Links

DxDrawingDataExtractorSettings Class, Autodesk.AutoCAD.DataExtraction Namespace

Was this information helpful?