AcadTableClassGetCellGridColor Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual AcadAcCmColor GetCellGridColor(
int row,
int col,
AcCellEdgeMask edge
)
Public Overridable Function GetCellGridColor (
row As Integer,
col As Integer,
edge As AcCellEdgeMask
) As AcadAcCmColor
public:
virtual AcadAcCmColor^ GetCellGridColor(
[InAttribute] int row,
[InAttribute] int col,
[InAttribute] AcCellEdgeMask edge
)
abstract GetCellGridColor :
row : int *
col : int *
edge : AcCellEdgeMask -> AcadAcCmColor
override GetCellGridColor :
row : int *
col : int *
edge : AcCellEdgeMask -> AcadAcCmColor
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
- edge
- Type: BricscadDbAcCellEdgeMask
Return Value
Type:
AcadAcCmColor
Implements
IAcadTableGetCellGridColor(Int32, Int32,
AcCellEdgeMask)
See Also