IGetIntersectionEdgeCount Method (IBody)
Obsolete. Superseded by IBody2::IGetIntersectionEdgeCount.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetIntersectionEdgeCount( _
ByVal ToolBodyIn As Body _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim ToolBodyIn As Body
Dim value As System.Integer
value = instance.IGetIntersectionEdgeCount(ToolBodyIn) |
C# | |
---|
System.int IGetIntersectionEdgeCount(
Body ToolBodyIn
) |
C++/CLI | |
---|
System.int IGetIntersectionEdgeCount(
& Body^ ToolBodyIn
) |
Parameters
- ToolBodyIn
-
See Also