ScheduleDefinition.RemoveField(Int32) Method
Removes a field.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveField( int index )
Parameters
index
Int32
The index of the field to remove.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index is not a valid field index in this ScheduleDefinition.
See Also
Reference
ScheduleDefinition Class
RemoveField Overload
Autodesk.Revit.DB Namespace