Click or drag to resize
SoGLDeviceSettingsSetParameter Method

Set the value of a parameter 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 bool SetParameter(
	string pParameterId,
	string pParameterValue
)

Parameters

pParameterId
Type: SystemString
pParameterValue
Type: SystemString

Return Value

Type: Boolean

true if success, false otherwise

Remarks

See Also