TableGetCellExtents Method

Returns the cell extents for the specified cell in this table entity.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public virtual void GetCellExtents(
        int row,
        int col,
        bool isOuterCell,
        Point3dCollection pts
)

Parameters

row  Int32
[in] Row index.
col  Int32
 
isOuterCell  Boolean
[in] Flag that indicates whether to ignore margins.
pts  Point3dCollection
[out] Receives a collection of points representing cell extents.
See Also

©  Bricsys NV. All rights reserved.