|
BoundingBox3MaxX Property
|
Gets or sets the maximum x coordinate.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double MaxX { get; set; }
Public Property MaxX As Double
Get
Set
public:
property double MaxX {
double get ();
void set (double value);
}
member MaxX : float with get, set
Property Value
Type:
Double
See Also