ISelectByRay Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::ISelectByRay.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISelectByRay( _
ByRef PointIn As System.Double, _
ByRef VectorIn As System.Double, _
ByVal RadiusIn As System.Double, _
ByVal TypeWanted As System.Integer _
) 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 value As System.Boolean
value = instance.ISelectByRay(PointIn, VectorIn, RadiusIn, TypeWanted) |
Parameters
- PointIn
-
- VectorIn
-
- RadiusIn
-
- TypeWanted
-
See Also