SensorProjectionHorizonBoundary Property |
Gets or sets the boundary of which this horizon is a part.
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 SensorProjectionBoundary Boundary { get; set; }
Public Property Boundary As SensorProjectionBoundary
Get
Set
public:
property SensorProjectionBoundary^ Boundary {
SensorProjectionBoundary^ get ();
void set (SensorProjectionBoundary^ value);
}
member Boundary : SensorProjectionBoundary with get, set
Property Value
Type:
SensorProjectionBoundarySee Also