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