Click or drag to resize

DXFReaderNETControlShowProperties Method (Object)

Shows all properties of a generic object with a modal form.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void ShowProperties(
	Object Object
)

Parameters

Object
Type: SystemObject
The object.
Remarks
Shows a dialog with all object properties.

You can export the showed data in CSV format.
See Also