IAcadTableGetRowType Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.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 Int32
-
Return Value
AcRowType
See Also