Type that holds an angle measurement and the name of the coordinate space in which it is measured.
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision CoordinateSpaceAngle
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
The CoordinateSpaceAngle type exposes the following members.
| Name | Description | |
|---|---|---|
| CoordinateSpaceAngle | Creates an instance with defaults: Angle = 0, SelectedSpaceName = '.', Epsilon = 0, NormalizationMode = Signed. | |
| CoordinateSpaceAngle(Double) | Creates an instance with defaults: SelectedSpaceName = '.', Epsilon = 0, NormalizationMode = Signed. | |
| CoordinateSpaceAngle(Double, String) | Creates an instance with defaults: Epsilon = 0, NormalizationMode = Signed. | |
| CoordinateSpaceAngle(Double, String, Double) | Creates an instance with defaults: NormalizationMode = Signed. | |
| CoordinateSpaceAngle(Double, String, Double, CoordinateSpaceAngleNormalizationModeConstants) | Creates an instance. |
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two CoordinateSpaceAngle objects. | |
| Inequality | Compares the inequality of two CoordinateSpaceAngle objects. |
| Name | Description | |
|---|---|---|
| SfAngle | ||
| SfNormalizationMode | ||
| SfSelectedSpaceName |
| Name | Description | |
|---|---|---|
| Angle | Get The angle measurement. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| NormalizationMode | Get Determines if the angle rolls over at zero, 180, or ±infinity. | |
| SelectedSpaceName | Get The name of the space in which the angle is measured. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. |