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