TableGetCellExtents Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void GetCellExtents(
int row,
int col,
bool isOuterCell,
Point3dCollection pts
)
Public Overridable Sub GetCellExtents (
row As Integer,
col As Integer,
isOuterCell As Boolean,
pts As Point3dCollection
)
public:
virtual void GetCellExtents(
int row,
int col,
bool isOuterCell,
Point3dCollection^ pts
)
abstract GetCellExtents :
row : int *
col : int *
isOuterCell : bool *
pts : Point3dCollection -> unit
override GetCellExtents :
row : int *
col : int *
isOuterCell : bool *
pts : Point3dCollection -> unit
Parameters
- row Int32
-
- col Int32
-
- isOuterCell Boolean
-
- pts Point3dCollection
-
See Also