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