IntelliCAD 11.1 Object Library
GetSubEntity Method
See Also 
Object
The selected object.
PickedPoint
The Point object of the selected point.
TransMatrix
Translation matrix applied to the object.
ContextData
Object IDs if objects are nested.
Prompt
Text that displays to the user requesting input.
Utility Object : GetSubEntity Method

Description

Equivalent to the LISP nentsel 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 GetSubEntity( _
   ByRef Object As Object, _
   ByRef PickedPoint As Point, _
   ByRef TransMatrix As Matrix, _
   ByRef ContextData As Variant, _
   Optional ByVal Prompt As String = "" _
) 

Parameters

Object
The selected object.
PickedPoint
The Point object of the selected point.
TransMatrix
Translation matrix applied to the object.
ContextData
Object IDs if objects are nested.
Prompt
Text that displays to the user requesting input.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.