IAcadTableStyleGetGridVisibility2 Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
bool GetGridVisibility2(
string bstrCellStyle,
AcGridLineType gridLineType
)
Function GetGridVisibility2 (
bstrCellStyle As String,
gridLineType As AcGridLineType
) As Boolean
bool GetGridVisibility2(
[InAttribute] String^ bstrCellStyle,
[InAttribute] AcGridLineType gridLineType
)
abstract GetGridVisibility2 :
bstrCellStyle : string *
gridLineType : AcGridLineType -> bool
Parameters
- bstrCellStyle
- Type: SystemString
- gridLineType
- Type: BricscadDbAcGridLineType
Return Value
Type:
Boolean
See Also