IMultiSelectByRay Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::IMultiSelectByRay.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IMultiSelectByRay( _
ByRef PointIn As System.Double, _
ByRef VectorIn As System.Double, _
ByVal RadiusIn As System.Double, _
ByVal TypeWanted As System.Integer, _
ByVal Append As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim PointIn As System.Double
Dim VectorIn As System.Double
Dim RadiusIn As System.Double
Dim TypeWanted As System.Integer
Dim Append As System.Boolean
Dim value As System.Boolean
value = instance.IMultiSelectByRay(PointIn, VectorIn, RadiusIn, TypeWanted, Append) |
Parameters
- PointIn
-
- VectorIn
-
- RadiusIn
-
- TypeWanted
-
- Append
-
See Also