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