SensorProjectionOptionsSpaceProjectionType Property |
Gets or sets the type of space projection to use. When a portion of a sensor does not intersect
the ellipsoid, that portion can be projected either to a radial limit or into a plane.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic SensorSpaceProjection SpaceProjectionType { get; set; }
Public Property SpaceProjectionType As SensorSpaceProjection
Get
Set
public:
property SensorSpaceProjection SpaceProjectionType {
SensorSpaceProjection get ();
void set (SensorSpaceProjection value);
}
member SpaceProjectionType : SensorSpaceProjection with get, set
Property Value
Type:
SensorSpaceProjection
See Also