acad_partForEntity()

Synopsis

Returns the Intent part reference that corresponds to the supplied AutoCAD handle.

Syntax

acad_partForEntity ( acadHandle As String ) As Part 
Argument Type Description
acadHandle string The AutoCAD handle of the entity.

Example 1

Intent >acad_partForEntity("1b0") 
--> Root.Document_3.Root.TestInsert