DatabaseTablestyle Property
|
Property that controls the default style for
new table entities. This property corresponds to the CTABLESTYLE
system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId Tablestyle { get; set; }
Public Property Tablestyle As ObjectId
Get
Set
public:
property ObjectId Tablestyle {
ObjectId get ();
void set (ObjectId value);
}
member Tablestyle : ObjectId with get, set
Property Value
ObjectId
See Also