CreateNewBody Method (IPartDoc)
Creates a new body to use for import sewing operations and returns it to the caller.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function CreateNewBody() As Object |
| Visual Basic (Usage) | |
|---|
Dim instance As IPartDoc
Dim value As Object
value = instance.CreateNewBody()
|
| C# | |
|---|
object CreateNewBody() |
| C++/CLI | |
|---|
Object^ CreateNewBody(); |
Return Value
New
body
Example
Remarks
See Also