ScheduleDefinitionGetFieldCount Method |
Gets the number of fields in this ScheduleDefinition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int GetFieldCount()
Public Function GetFieldCount As Integer
public:
int GetFieldCount()
member GetFieldCount : unit -> int
Return Value
Int32
The number of fields.
See Also