Click or drag to resize
SoPreferences Methods

The SoPreferences type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetBool

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a boolean.

Public methodStatic memberGetColor

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an OIV.Inventor.SbColor.

Public methodStatic memberGetDouble

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a double.

Public methodStatic memberGetFloat

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a float.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInt

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an int.

Public methodStatic memberGetLong

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a long.

Public methodStatic memberGetString

Returns the value of the specified environment variable in the Open Inventor environment.

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

Returns the value of the specified environment variable in the Open Inventor environment.

Public methodStatic memberGetVec2s

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an OIV.Inventor.SbVec2s.

Public methodStatic memberGetVec3f

Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an OIV.Inventor.SbVec3f.

Public methodStatic memberReadFile

Reads environment name-value pairs from the specified configuration file and adds them to the current Open Inventor environment.

Public methodStatic memberSetBool

Sets a variable that has a boolean value in the Open Inventor environment.

Public methodStatic memberSetColor

Sets a variable that has an OIV.Inventor.SbColor value in the Open Inventor environment.

Public methodStatic memberSetDouble

Sets a variable that has a double value in the Open Inventor environment.

Public methodStatic memberSetFloat

Sets a variable that has a float value in the Open Inventor environment.

Public methodStatic memberSetInt

Sets a variable that has an int value in the Open Inventor environment.

Public methodStatic memberSetLong

Sets a variable that has a long value in the Open Inventor environment.

Public methodStatic memberSetString

Sets a variable that has an String value in the Open Inventor environment.

Public methodStatic memberSetValue(String)
Calls SetValue(name, (cli.array<System.String^>^)nullptr).
Public methodStatic memberSetValue(String, String)

Sets a variable in the Open Inventor environment.

Public methodStatic memberSetValue(String, String)

Sets a variable in the Open Inventor environment.

Public methodStatic memberSetVec2s

Sets a variable that has an OIV.Inventor.SbVec2s value in the Open Inventor environment.

Public methodStatic memberSetVec3f

Sets a variable that has an OIV.Inventor.SbVec3f value in the Open Inventor environment.

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