TableIsBackgroundColorNone(RowType)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual bool IsBackgroundColorNone(
RowType type
)
Public Overridable Function IsBackgroundColorNone (
type As RowType
) As Boolean
public:
virtual bool IsBackgroundColorNone(
RowType type
)
abstract IsBackgroundColorNone :
type : RowType -> bool
override IsBackgroundColorNone :
type : RowType -> bool
Parameters
- type RowType
-
Return Value
Boolean
See Also