DatabaseTextstyle Property
|
Property that represents object ID of the
"Standard" text style. This property corresponds to the TEXTSTYLE
system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ObjectId Textstyle { get; set; }
Public Property Textstyle As ObjectId
Get
Set
public:
property ObjectId Textstyle {
ObjectId get ();
void set (ObjectId value);
}
member Textstyle : ObjectId with get, set
Property Value
ObjectId
See Also