IntelliCAD 11.1 Object Library
GetEntity Method
See Also 
Object
Selected object.
PickedPoint
The Point object of the selected point.
Prompt
Text that displays to the user requesting input.
Utility Object : GetEntity Method

Description

Equivalent to the LISP entsel function, allows the user to pick on the graphics window, and returns the object picked and the picked point in WCS.

Syntax

Visual Basic
Public Sub GetEntity( _
   ByRef Object As Object, _
   ByRef PickedPoint As Point, _
   Optional ByVal Prompt As String = "" _
) 

Parameters

Object
Selected object.
PickedPoint
The Point object of the selected point.
Prompt
Text that displays to the user requesting input.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.