PanelScheduleDataRemoveLoadClassification Method |
Remove a Load Classification Id from the array of Load Classifications
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void RemoveLoadClassification(
int nIndex
)
Public Sub RemoveLoadClassification (
nIndex As Integer
)
public:
void RemoveLoadClassification(
int nIndex
)
member RemoveLoadClassification :
nIndex : int -> unit
Parameters
- nIndex Int32
-
The index at which to remove the load classification
See Also