SoGLDeviceSettingsSetParameter Method |
Set the value of a parameter in the current setting.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool SetParameter(
string pParameterId,
string pParameterValue
)
Public Function SetParameter (
pParameterId As String,
pParameterValue As String
) As Boolean
public:
bool SetParameter(
String^ pParameterId,
String^ pParameterValue
)
member SetParameter :
pParameterId : string *
pParameterValue : string -> bool
Parameters
- pParameterId
- Type: SystemString
- pParameterValue
- Type: SystemString
Return Value
Type:
Booleantrue if success, false otherwise
Remarks See Also