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