Gets the body at the specified index in the specified Parasolid binary file (filename extension
.x_b).
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBody( _
ByVal index As System.Integer, _
ByVal fileName As System.String _
) As SwDmBodyError |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration
Dim index As System.Integer
Dim fileName As System.String
Dim value As SwDmBodyError
value = instance.GetBody(index, fileName) |
Parameters
- index
Index number indicating the body to get
- fileName
- Full path and filename in which to get the body
Return Value
Success or error code as defined by
SwDmBodyError
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS