| Revit 2022.1 API |
| ColorFillSchemeEntry Members |
| ColorFillSchemeEntry Class Constructors Methods Properties See Also |
The ColorFillSchemeEntry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ColorFillSchemeEntry |
Creates new ColorFillSchemeEntry.
|
Methods
| Name | Description | |
|---|---|---|
| CanSetValue(Double) |
Checks whether StorageType of entry is Double and the value is no less than 0.0.
| |
| CanSetValue(Int32) |
Checks whether StorageType of entry is Integer.
| |
| CanSetValue(ElementId) |
Checks whether StorageType of entry is ElementId.
| |
| Dispose | Releases all resources used by the ColorFillSchemeEntry | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetDoubleValue |
Gets the Double value stored within the entry.
| |
| GetElementIdValue |
Gets the ElementId value stored within the entry.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetIntegerValue |
Gets the Integer value stored within the entry.
| |
| GetStringValue |
Gets the String value stored within the entry.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetDoubleValue |
Sets new Double value of entry.
| |
| SetElementIdValue |
Sets new ElementId value of entry.
| |
| SetIntegerValue |
Sets new Integer value of entry.
| |
| SetStringValue |
Sets new String value of entry.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Caption |
The text displayed in [!:Autodesk::Revit::DB::ColorFillLegend] for this entry.
| |
| Color |
The filling color of this entry.
| |
| FillPatternId |
The id of fill pattern element of this entry.
| |
| IsInUse |
Represents if there exists at least one element colored based on this entry in the document.
| |
| IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
| |
| IsVisible |
Represents if the element colored based on this entry is visible in views.
| |
| StorageType |
The storage type of the value stored in this entry.
|