FamilySizeTable
Description:
Contains size information for a family.
Contains size information for a family.
public class FamilySizeTable : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AsValueString(Int32, Int32) | string | Gets the table cell value as a string. |
| Dispose() | None | Releases all resources used by the |
| GetColumnHeader(Int32) | FamilySizeTableColumn | Gets a column of the table at at given index. |
| IsValidColumnIndex(Int32) | bool | Checks if the column index is valid. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| NumberOfColumns | int | Number of columns in the table. |
| NumberOfRows | int | Number of rows in the table. |