DatabaseHpInherit Property
|
Property that controls the hatch origin when
hatch properties are inherited with the HATCH and HATCHEDIT
commands. This property corresponds to the HPINHERIT system
variable. ValueDescriptionfalse From HPORIGIN true
From source
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool HpInherit { get; set; }
Public Property HpInherit As Boolean
Get
Set
public:
property bool HpInherit {
bool get ();
void set (bool value);
}
member HpInherit : bool with get, set
Property Value
Boolean
See Also