ScheduleSortGroupField Members

The ScheduleSortGroupField type exposes the following members.

Constructors

  NameDescription
Public methodScheduleSortGroupField()()()()
Creates a new ScheduleSortGroupField.
Public methodScheduleSortGroupField(ScheduleFieldId)
Creates a new ScheduleSortGroupField.
Public methodScheduleSortGroupField(ScheduleFieldId, ScheduleSortOrder)
Creates a new ScheduleSortGroupField.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ScheduleSortGroupField
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyFieldId
The ID of the field that the schedule will be sorted or grouped by.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyShowBlankLine
Indicates if an empty row should be displayed between groups.
Public propertyShowFooter
Indicates if a footer row should be displayed after each group.
Public propertyShowFooterCount
Indicates if the footer row should display a count of elements in the group.
Public propertyShowFooterTitle
Indicates if the footer row should display a title.
Public propertyShowHeader
Indicates if a header row should be displayed before each group.
Public propertySortOrder
Indicates if elements in the schedule will be sorted in ascending or descending order.

See Also