ObserverTypeCondition Class
Used by AirspaceCoverageOperator to specify one sufficient way to cover a position by observers of different types.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEOperators assembly)
Syntax
public class ObserverTypeCondition : EngineObjectRemarks
The property MinCounts specifies one sufficient way to cover a position by observers of different types, in a AirspaceCoverageOperator.
Inheritance Hierarchy
System.Object
EngineObject
ObserverTypeCondition
Platforms
Windows, Linux, Android
See Also
Reference
Operators Module
AirspaceCoverageOperator.ObserverTypeConditions
AirspaceCoverageOperator.MinObservers
ObserverTypeCondition Members
The ObserverTypeCondition type has the following members.
Constructors
| Name | Description |
|---|---|
| ObserverTypeCondition | Initializes a new instance of the ObserverTypeCondition class. |
Properties
| Name | Description |
|---|---|
| IsDisposed | Gets a value that tells whether the current ObserverTypeCondition has been disposed. Inherited from EngineObject |
| MinCounts | Gets the attribute set that represents one way to cover a position by observers of different types. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current ObserverTypeCondition represents. Inherited from EngineObject |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |