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
)
Public Sub ShowProperties (
Object As Object
)
public:
void ShowProperties(
Object^ Object
)
member ShowProperties :
Object : Object -> unit
METHOD ShowProperties(
Object AS Object
) AS VOID
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