Revit 2025.3 API
Panel |
Check if this column in the load summary
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsColumnInLoadSummary( int nCol )
Public Function IsColumnInLoadSummary ( nCol As Integer ) As Boolean
public: bool IsColumnInLoadSummary( int nCol )
member IsColumnInLoadSummary : nCol : int -> bool
Parameters
- nCol Int32
- Column Number
Return Value
BooleanCheck if this column in the load summary
See Also