RectangularPyramidCoverageGrid.XAxisLength Property |
Gets or sets the length of the pyramid's base in the x direction.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double XAxisLength { get; set; }
Public Property XAxisLength As Double
Get
Set
public:
property double XAxisLength {
double get ();
void set (double value);
}
member XAxisLength : float with get, set
Property Value
Type:
Double
See Also