AcadTableClassGetRowType Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual AcRowType GetRowType(
int row
)
Public Overridable Function GetRowType (
row As Integer
) As AcRowType
public:
virtual AcRowType GetRowType(
[InAttribute] int row
)
abstract GetRowType :
row : int -> AcRowType
override GetRowType :
row : int -> AcRowType
Parameters
- row
- Type: SystemInt32
Return Value
Type:
AcRowType
Implements
IAcadTableGetRowType(Int32)
See Also