Property that controls lower-left corner of
the grid limits for model space or current space (current layout).
This property corresponds to the LIMMIN system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Point2d Limmin { get; set; }
Public Property Limmin As Point2d
Get
Set
public:
property Point2d Limmin {
Point2d get ();
void set (Point2d value);
}
member Limmin : Point2d with get, set
Property Value
Point2d
See Also