Providing CAD image entities' multiple selection within a specified
rectangle.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub MultipleSelect( _ ByVal rect As DRect, _ ByVal clearSelCollection As Boolean, _ ByVal visualSelect As Boolean _ ) |
C#
|
public void MultipleSelect( DRect rect, bool clearSelCollection, bool visualSelect ) |
Parameters
-
rect
-
Type: DRect
Multiple selection rectangle
-
clearSelCollection
-
Type: bool
Clear select collection
-
visualSelect
-
Type: bool
Visual selecting
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also