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