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