ScheduleDefinitionGetFieldCount Method |
Gets the number of fields in this ScheduleDefinition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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