getDXFnumber ( handle As String, _
code As Integer ) As Number | Argument | Type | Description |
|---|---|---|
| handle | string | Handle of the AutoCAD entity. Must be the "modelSelf" handle, such as: first(insert_1.modelSelf) . Note: modelSelf returns a list, so you must use the first() function to retrieve only the first element. |
| code | integer | The DXF group code. |