CartesianBoundsLowerBound Property  | 
 
            Gets the minimal value defining the bounds.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian LowerBound { get; }Public ReadOnly Property LowerBound As Cartesian
	Get
public:
property Cartesian LowerBound {
	Cartesian get ();
}member LowerBound : Cartesian with get
Property Value
Type: 
Cartesian
See Also