SensorProjectionHorizonAdjacentHorizon Property |
Gets or sets the adjacent horizon. For example, if this horizon occurs on one of the
SurfaceBoundaries, then the
adjacent horizon is the same segment on a boundary in the
SpaceBoundaries collection.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SensorProjectionHorizon AdjacentHorizon { get; set; }
Public Property AdjacentHorizon As SensorProjectionHorizon
Get
Set
public:
property SensorProjectionHorizon^ AdjacentHorizon {
SensorProjectionHorizon^ get ();
void set (SensorProjectionHorizon^ value);
}
member AdjacentHorizon : SensorProjectionHorizon with get, set
Property Value
Type:
SensorProjectionHorizonSee Also