SoGraphicDeviceGetLongNum Method (SoGraphicConfigTemplate) |
Note: This API is now obsolete.
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: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use GetNum() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongNum(
SoGraphicConfigTemplate temp
)
<ObsoleteAttribute("Use GetNum() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongNum (
temp As SoGraphicConfigTemplate
) As ULong
public:
[ObsoleteAttribute(L"Use GetNum() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongNum(
SoGraphicConfigTemplate^ temp
)
[<ObsoleteAttribute("Use GetNum() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongNum :
temp : SoGraphicConfigTemplate -> uint64
Parameters
- temp
- Type: OIV.Inventor.ComponentsSoGraphicConfigTemplate
Return Value
Type:
UInt64
Remarks
See Also