GetRayIntersectionsPoints Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::GetRayIntersectionsPoints.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRayIntersectionsPoints() As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim value As Object
value = instance.GetRayIntersectionsPoints()
|
C# | |
---|
object GetRayIntersectionsPoints() |
C++/CLI | |
---|
Object^ GetRayIntersectionsPoints(); |
See Also