2023 Members
Changes 6
M

ColorFillSchemeEntry

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