TableStyleTextStyle Method (RowType)
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.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
 
- Type: Teigha.DatabaseServicesRowType
 
Return Value
Type: 
ObjectId 
See Also