Share

ColorFillScheme.UpdateEntry Method

Updates the scheme entry with the same parameter value as the input entry.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void UpdateEntry(
	ColorFillSchemeEntry entry
)

Parameters

entry  ColorFillSchemeEntry
The entry to be updated.

Exceptions

ExceptionCondition
ArgumentException The entry does not exist or the same as input one. -or- The entry does not exist or all the updating fields are the same as existing one.
ArgumentNullException A non-optional argument was null

Remarks

The following entry fields can be updated:

  • Color
  • FillPattenId
  • Caption
  • IsVisible
/

See Also

Reference

Was this information helpful?