Property that controls the lower-left corner
of the extents of the current paper space. This property
corresponds to the PEXTMIN system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Point3d Pextmin { get; set; }
Public Property Pextmin As Point3d
Get
Set
public:
property Point3d Pextmin {
Point3d get ();
void set (Point3d value);
}
member Pextmin : Point3d with get, set
Property Value
Point3d
See Also