ColorFillSchemeSortEntries Method |
Sorts the scheme entries ascending.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SortEntries()
public:
void SortEntries()
member SortEntries : unit -> unit
Remarks
If the scheme parameter value storage type is ElementId, then
the order of entries would be based on the name of the elements.
See Also