DatabaseHpOrigin Property
|
Property that controls the hatch origin for
new hatch entities relative to the current UCS. This property
corresponds to the HPORIGIN system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Point2d HpOrigin { get; set; }
Public Property HpOrigin As Point2d
Get
Set
public:
property Point2d HpOrigin {
Point2d get ();
void set (Point2d value);
}
member HpOrigin : Point2d with get, set
Property Value
Point2d
See Also