Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoDevice GetDevice(
int index
)
Public Shared Function GetDevice (
index As Integer
) As SoDevice
public:
static SoDevice^ GetDevice(
int index
)
static member GetDevice :
index : int -> SoDevice
Parameters
- index
- Type: SystemInt32
the index of the OIV.Inventor.Devices.SoDevice.
Return Value
Type:
SoDeviceRemarks See Also