IAcadTableStyleGetAlignment2 Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.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
- Type: SystemString
Return Value
Type:
AcCellAlignment
See Also