IAcadTableGetAlignment
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
AcCellAlignment GetAlignment(
        AcRowType rowType
)
 
Function GetAlignment ( 
        rowType As AcRowType
) As AcCellAlignment
 
AcCellAlignment GetAlignment(
        [InAttribute] AcRowType rowType
)
 
abstract GetAlignment : 
        rowType : AcRowType -> AcCellAlignment 
 
 
 
Parameters
- rowType  AcRowType
 
-  
 
Return Value
AcCellAlignment
 
See Also