Click or drag to resize
SoGLDeviceSettingsGetParameterIdbyIndex Method

Returns the name of the parameter with the specified index in the current 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 GetParameterIdbyIndex(
	uint index
)

Parameters

index
Type: SystemUInt32

Return Value

Type: String
Remarks

Use OIV.Inventor.Devices.SoGLDeviceSettings.GetParameterCount() to get the number of parameters in the current setting. For example "Ambient Occlusion", "Anisotropic filtering mode", "Anisotropic filtering setting", "Antialiasing - Behavior Flags", "Preferred OpenGL GPU", etc.

See Also