The ColorFillSchemeEntry type exposes the following members.

Constructors

  NameDescription
Public methodColorFillSchemeEntry
Creates new ColorFillSchemeEntry.

Methods

  NameDescription
Public methodCanSetValue(Double)
Checks whether StorageType of entry is Double and the value is no less than 0.0.
Public methodCanSetValue(Int32)
Checks whether StorageType of entry is Integer.
Public methodCanSetValue(ElementId)
Checks whether StorageType of entry is ElementId.
Public methodDispose
Releases all resources used by the ColorFillSchemeEntry
Public methodEquals
Determines 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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIntegerValue
Gets the Integer value stored within the entry.
Public methodGetStringValue
Gets the String value stored within the entry.
Public methodGetType
Gets 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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.

See Also