This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which combines a harmonic fields set with view settings.
More...
|
| override object | Clone () |
| | Creates a new object that is a copy of the current instance.
|
| |
|
void | Dispose () |
| | Dispose functionality.
|
| |
| override bool | Equals (object otherObject, EqualityIntent equalityIntent) |
| | Determines whether the specified Object is equal to this instance.
|
| |
| | HarmonicFieldsSetView (HarmonicFieldsSet harmonicFieldsSet) |
| | Constructor using default view settings.
|
| |
| | HarmonicFieldsSetView (HarmonicFieldsSet harmonicFieldsSet, ViewProperties viewSettings) |
| | Default constructor.
|
| |
| override string | ToString () |
| | overridden ToString() function. Used for parameter run.
|
| |
|
|
HarmonicFieldsSet | HarmonicFieldsSet |
| | The underlying harmonic fields set.
|
| |
|
ViewProperties | ViewSettings |
| | The view settings which shall be applied to the harmonic fields set.
|
| |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which combines a harmonic fields set with view settings.
◆ HarmonicFieldsSetView() [1/2]
Constructor using default view settings.
- Parameters
-
| harmonicFieldsSet | The harmonic fields set with which the class shall be initialized. |
◆ HarmonicFieldsSetView() [2/2]
Default constructor.
- Parameters
-
| harmonicFieldsSet | The harmonic fields set with which the class shall be initialized. |
| viewSettings | The view properties with which the class shall be initialized. |
◆ Clone()
| override object Clone |
( |
| ) |
|
Creates a new object that is a copy of the current instance.
- Returns
- A new object that is a copy of this instance.
◆ Equals()
| override bool Equals |
( |
object | otherObject, |
|
|
EqualityIntent | equalityIntent ) |
Determines whether the specified Object is equal to this instance.
- Parameters
-
| otherObject | The Object to compare with this instance. |
| equalityIntent | Defines what kind of equality you want to check when comparing two objects, for example all values or just physical equality. |
- Returns
true if the specified Object is equal to this instance; otherwise, false.
◆ ToString()
| override string ToString |
( |
| ) |
|
overridden ToString() function. Used for parameter run.
- Returns
- The name of the object as string.