Click or drag to resize

DXFReaderNETControlShowDrawingInfo Method (ListEntityObject)

Displays a modal dialog with detailed information for the specified entities.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public void ShowDrawingInfo(
	List<EntityObject> Entities
)

Parameters

Entities
Type: System.Collections.GenericListEntityObject
The list of entities to display in the information dialog.
Remarks
Opens the Drawing Info dialog (modal) and lists properties/metadata for each provided entity. This operation is read-only and does not modify the drawing.
Drawing info dialog
See Also