MPLATFORMLib Namespace > MRendererClass Class : DeviceGetCount Method |
Public Overridable Sub DeviceGetCount( _ ByVal _bTypesEnum As Integer, _ ByVal _bsType As String, _ ByRef _pnCount As Integer _ )
Dim nCount As Integer m_pDevice.DeviceGetCount(0, "renderer", nCount)
int nCount; m_pDevice.DeviceGetCount( 0, "renderer", out nCount);
nCount: integer;
m_pDevice.DeviceGetCount( 0, 'renderer', nCount);