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