TableSetGridLineWeight(Int32,
Int32, Int16, LineWeight) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetGridLineWeight(
int row,
int col,
short edges,
LineWeight value
)
Public Overridable Sub SetGridLineWeight (
row As Integer,
col As Integer,
edges As Short,
value As LineWeight
)
public:
virtual void SetGridLineWeight(
int row,
int col,
short edges,
LineWeight value
)
abstract SetGridLineWeight :
row : int *
col : int *
edges : int16 *
value : LineWeight -> unit
override SetGridLineWeight :
row : int *
col : int *
edges : int16 *
value : LineWeight -> unit
Parameters
- row Int32
-
- col Int32
-
- edges Int16
-
- value LineWeight
-
See Also