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