RVTDocs.com

UpdateEntry

Method
Description:
Updates the scheme entry with the same parameter value as the input entry.
Remarks:

The following entry fields can be updated:

  • Color
  • FillPattenId
  • Caption
  • IsVisible
/
Syntax
public void UpdateEntry(
	ColorFillSchemeEntry entry
)
Parameters
Parameter Type Description
entry Autodesk.Revit.DB.ColorFillSchemeEntry The entry to be updated.
Return Value
Exceptions
Exception Condition
Autodesk.Revit.Exceptions.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.
Autodesk.Revit.Exceptions.ArgumentNullException A non-optional argument was null