DimStyleTableRecordDimfxlenOn Property
|
Property that controls the generation of
fixed-length extension lines. This property corresponds to the
DIMFXLON system variable. Value Description false Variable length
true Fixed length
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool DimfxlenOn { get; set; }
Public Overridable Property DimfxlenOn As Boolean
Get
Set
public:
virtual property bool DimfxlenOn {
bool get ();
void set (bool value);
}
abstract DimfxlenOn : bool with get, set
override DimfxlenOn : bool with get, set
Property Value
Boolean
See Also