Click or drag to resize
SoGLDeviceSettingsGetParameter Method

Returns current value of specified parameter in 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 GetParameter(
	string pParameterId
)

Parameters

pParameterId
Type: SystemString

Return Value

Type: String
Remarks

The value is converted to a string.

See Also