ColorFillSchemeEntry Class

ColorFillSchemeEntry Class

Represents an entry of a [!:Autodesk::Revit::DB::ColorFillScheme].
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBColorFillSchemeEntry

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public class ColorFillSchemeEntry : IDisposable
Public Class ColorFillSchemeEntry
	Implements IDisposable
public ref class ColorFillSchemeEntry : IDisposable
type ColorFillSchemeEntry = 
    class
        interface IDisposable
    end

The ColorFillSchemeEntry type exposes the following members.

Constructors
 NameDescription
Public methodColorFillSchemeEntry Creates new ColorFillSchemeEntry.
Top
Properties
 NameDescription
Public propertyCaption The text displayed in [!:Autodesk::Revit::DB::ColorFillLegend] for this entry.
Public propertyColor The filling color of this entry.
Public propertyFillPatternId The id of fill pattern element of this entry.
Public propertyIsInUse Represents if there exists at least one element colored based on this entry in the document.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyIsVisible Represents if the element colored based on this entry is visible in views.
Public propertyStorageType The storage type of the value stored in this entry.
Top
Methods
 NameDescription
Public methodCanSetValue(Double) Checks whether StorageType of entry is Double and the value is no less than 0.0.
Public methodCanSetValue(ElementId) Checks whether StorageType of entry is ElementId.
Public methodCanSetValue(Int32) Checks whether StorageType of entry is Integer.
Public methodDisposeReleases all resources used by the ColorFillSchemeEntry
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetDoubleValue Gets the Double value stored within the entry.
Public methodGetElementIdValue Gets the ElementId value stored within the entry.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIntegerValue Gets the Integer value stored within the entry.
Public methodGetStringValue Gets the String value stored within the entry.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetDoubleValue Sets new Double value of entry.
Public methodSetElementIdValue Sets new ElementId value of entry.
Public methodSetIntegerValue Sets new Integer value of entry.
Public methodSetStringValue Sets new String value of entry.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also