Selects an entity by the specified coordinates.
Sets a number of settings on entity selection.
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function SelectEntity( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Boolean |
Parameters
-
x
-
Type: int
X axis position
-
y
-
Type: int
Y axis position
Return Value
Returns
true if there is an entity in specified position and it is selected
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also