| SoGraphicDeviceGetGraphicConfig Method (SoGraphicConfigTemplate, UInt64) | 
Returns the best nth of all the graphics configurations supported by this device and sorted according to the given template. 
 
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoGraphicConfig GetGraphicConfig(
	SoGraphicConfigTemplate temp,
	ulong n
)
Public Function GetGraphicConfig ( 
	temp As SoGraphicConfigTemplate,
	n As ULong
) As SoGraphicConfig
public:
SoGraphicConfig^ GetGraphicConfig(
	SoGraphicConfigTemplate^ temp, 
	unsigned long long n
)
member GetGraphicConfig : 
        temp : SoGraphicConfigTemplate * 
        n : uint64 -> SoGraphicConfig 
Parameters
- temp
 - Type: OIV.Inventor.ComponentsSoGraphicConfigTemplate
 - n
 - Type: SystemUInt64
 
Return Value
Type: 
SoGraphicConfig
Remarks
See Also