Gets the shell at the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetShellAt( _
ByVal NIndex As Integer, _
ByRef ErrorCode As Integer _
) As CWShell |
Visual Basic (Usage) | |
---|
Dim instance As ICWShellManager
Dim NIndex As Integer
Dim ErrorCode As Integer
Dim value As CWShell
value = instance.GetShellAt(NIndex, ErrorCode)
|
Parameters
- NIndex
- 0-based index of shell to get
- ErrorCode
- 1 if the shell is returned, 0 if not
Return Value
Shell
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0