AngleParameter Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.KJE.AngleParameter"]
Namespace: Demo3D.Visuals.KJE
public class AngleParameter : Parameter
The AngleParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleParameter | Initializes a new instance of the AngleParameter class | |
| AngleParameter(String) | Initializes a new instance of the AngleParameter class |
| Name | Description | |
|---|---|---|
| AngleType | ||
| Bounds | (Overrides ParameterBounds.) | |
| InfixExpression | (Inherited from Parameter.) | |
| InitialValue | (Overrides ParameterInitialValue.) | |
| IsContinuous | ||
| IsDiscontinuous | ||
| IsForwardKinematic | (Inherited from Parameter.) | |
| IsInverseKinematic | (Inherited from Parameter.) | |
| IsPassive | (Inherited from Parameter.) | |
| JointName | (Inherited from Parameter.) | |
| LimitsEnabled | ||
| LowerLimit | (Overrides ParameterLowerLimit.) | |
| LowerLimitApplicable | ||
| LowerLimitEnabled | (Overrides ParameterLowerLimitEnabled.) | |
| Mode | (Inherited from Parameter.) | |
| Motor | (Overrides ParameterMotor.) | |
| Name | (Inherited from Parameter.) | |
| Path | (Inherited from Parameter.) | |
| Type | (Overrides ParameterType.) | |
| UpperLimit | (Overrides ParameterUpperLimit.) | |
| UpperLimitApplicable | ||
| UpperLimitEnabled | (Overrides ParameterUpperLimitEnabled.) | |
| Value | (Overrides ParameterValue.) |
| Name | Description | |
|---|---|---|
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| SetINotifyPropertyChangedPropertyT |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) |
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.) | |
| ToString | (Inherited from Parameter.) | |
| TriggerOnValueChanged | (Inherited from Parameter.) | |
| UpdateExpression | (Inherited from Parameter.) |
| Name | Description | |
|---|---|---|
| OnValueChanged | (Inherited from Parameter.) |