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