Click or drag to resize
SoGLDeviceSettingsGetSettingNameByIndex Method

Returns the name of the specified setting.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public string GetSettingNameByIndex(
	uint index
)

Parameters

index
Type: SystemUInt32

Return Value

Type: String
Remarks

See OIV.Inventor.Devices.SoGLDeviceSettings.GetSettingsCount() to get the number of settings available.

See Also