Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual RowType RowType(
int row
)
Public Overridable Function RowType (
row As Integer
) As RowType
public:
virtual RowType RowType(
int row
)
abstract RowType :
row : int -> RowType
override RowType :
row : int -> RowType
Parameters
- row Int32
-
Return Value
RowType
See Also