DatabaseTileMode Property
|
Property that controls whether model or paper
layout tab is active for database. This property corresponds to the
TILEMODE system variable. ValueDescriptionfalse
Current paper layout tab is active. true Model layout tab is
active.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool TileMode { get; set; }
Public Property TileMode As Boolean
Get
Set
public:
property bool TileMode {
bool get ();
void set (bool value);
}
member TileMode : bool with get, set
Property Value
Boolean
See Also