Click or drag to resize
SoGLDeviceSettings Methods

The SoGLDeviceSettings type exposes the following members.

Methods
  NameDescription
Public methodApplySettings

Apply changes to the setting and/or parameters.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetParameter

Returns current value of specified parameter in current setting.

Public methodGetParameterCount

Returns number of parameters in current setting.

Public methodGetParameterIdbyIndex

Returns the name of the parameter with the specified index in the current setting.

Public methodGetSettingName

Returns the name of the current setting (vendor defined list of parameters).

Public methodGetSettingNameByIndex

Returns the name of the specified setting.

Public methodGetSettingsCount

Returns the number of vendor defined settings.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetParameter

Set the value of a parameter in the current setting.

Public methodSetSettingName

Set a setting (vendor defined list of parameters) by name.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also