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