IAcadTableStyleGetAlignment2 Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
AcCellAlignment GetAlignment2(
string bstrCellStyle
)
Function GetAlignment2 (
bstrCellStyle As String
) As AcCellAlignment
AcCellAlignment GetAlignment2(
[InAttribute] String^ bstrCellStyle
)
abstract GetAlignment2 :
bstrCellStyle : string -> AcCellAlignment
Parameters
- bstrCellStyle String
-
Return Value
AcCellAlignment
See Also