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