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