RectangularPyramidCoverageGridXAxisLength 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also