ColorFillSchemeGetEntries Method

Retrieves copies of all entries.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ColorFillSchemeEntry> GetEntries()

Return Value

IListColorFillSchemeEntry
Remarks
This method recalculates entries based on the current parameter values of the elements colored by the scheme.
See Also