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: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoGraphicConfigRemarks See Also