SpheroidCoverageGrid.ConeAngleBounds Property |
Gets or sets the cone angle (polar) bounds. The bounds must fall between 0 and pi.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Bounds ConeAngleBounds { get; set; }
Public Property ConeAngleBounds As Bounds
Get
Set
public:
property Bounds ConeAngleBounds {
Bounds get ();
void set (Bounds value);
}
member ConeAngleBounds : Bounds with get, set
Property Value
Type:
Bounds
See Also