| SoGraphicDeviceGetNum Method (SoGraphicConfigTemplate) | 
Returns the number of the graphics configurations supported by this device and the given template. 
 
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic ulong GetNum(
	SoGraphicConfigTemplate temp
)
Public Function GetNum ( 
	temp As SoGraphicConfigTemplate
) As ULong
public:
unsigned long long GetNum(
	SoGraphicConfigTemplate^ temp
)
member GetNum : 
        temp : SoGraphicConfigTemplate -> uint64 
Parameters
- temp
 - Type: OIV.Inventor.ComponentsSoGraphicConfigTemplate
 
Return Value
Type: 
UInt64
Remarks
See Also