IAcadTableStyleGetAlignment
Method
|
Namespace: BricscadDb
Assembly: BricscadDb (in BricscadDb.dll)
Version: 25.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