SoPreferences Methods |
The SoPreferences type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | GetBool | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a boolean. |
![]() ![]() | GetColor | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an OIV.Inventor.SbColor. |
![]() ![]() | GetDouble | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a double. |
![]() ![]() | GetFloat | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a float. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() ![]() | GetInt | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an int. |
![]() ![]() | GetLong | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as a long. |
![]() ![]() | GetString | Returns the value of the specified environment variable in the Open Inventor environment. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetValue | Returns the value of the specified environment variable in the Open Inventor environment. |
![]() ![]() | GetVec2s | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an OIV.Inventor.SbVec2s. |
![]() ![]() | GetVec3f | Returns the value of the specified environment variable in the Open Inventor environment, interpreted as an OIV.Inventor.SbVec3f. |
![]() ![]() | ReadFile | Reads environment name-value pairs from the specified configuration file and adds them to the current Open Inventor environment. |
![]() ![]() | SetBool | Sets a variable that has a boolean value in the Open Inventor environment. |
![]() ![]() | SetColor | Sets a variable that has an OIV.Inventor.SbColor value in the Open Inventor environment. |
![]() ![]() | SetDouble | Sets a variable that has a double value in the Open Inventor environment. |
![]() ![]() | SetFloat | Sets a variable that has a float value in the Open Inventor environment. |
![]() ![]() | SetInt | Sets a variable that has an int value in the Open Inventor environment. |
![]() ![]() | SetLong | Sets a variable that has a long value in the Open Inventor environment. |
![]() ![]() | SetString | Sets a variable that has an String value in the Open Inventor environment. |
![]() ![]() | SetValue(String) | Calls SetValue(name, (cli.array<System.String^>^)nullptr). |
![]() ![]() | SetValue(String, String) | Sets a variable in the Open Inventor environment. |
![]() ![]() | SetValue(String, String) | Sets a variable in the Open Inventor environment. |
![]() ![]() | SetVec2s | Sets a variable that has an OIV.Inventor.SbVec2s value in the Open Inventor environment. |
![]() ![]() | SetVec3f | Sets a variable that has an OIV.Inventor.SbVec3f value in the Open Inventor environment. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |