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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
SensorProjectionHorizon
See Also