DatabaseAllowExtendedNames Property
|
Property that indicates whether symbol tables
follow the R14- or R2000+ naming conventions. This property
corresponds to the EXTNAMES system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool AllowExtendedNames { get; set; }
Public Property AllowExtendedNames As Boolean
Get
Set
public:
property bool AllowExtendedNames {
bool get ();
void set (bool value);
}
member AllowExtendedNames : bool with get, set
Property Value
Boolean
See Also