TableStyleTextStyle(RowType) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual ObjectId TextStyle(
RowType rowType
)
Public Overridable Function TextStyle (
rowType As RowType
) As ObjectId
public:
virtual ObjectId TextStyle(
RowType rowType
)
abstract TextStyle :
rowType : RowType -> ObjectId
override TextStyle :
rowType : RowType -> ObjectId
Parameters
- rowType RowType
-
Return Value
ObjectId
See Also