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