SoGraphicDeviceGetLongNum Method |
Note: This API is now obsolete.
Returns the number of the graphics configurations supported by this device.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetNum() instead.")]
public ulong GetLongNum()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetNum() instead.")>
Public Function GetLongNum As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetNum() instead.")]
unsigned long long GetLongNum()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetNum() instead.")>]
member GetLongNum : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also