Click or drag to resize

DXFReaderNETControlShowProperties Method (String)

Shows all properties of an object by its handle with a modal form.

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

Parameters

Handle
Type: SystemString
Object handle.
Remarks
Shows a dialog with all object properties.

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