ColorFillSchemeEntry Methods

The ColorFillSchemeEntry type exposes the following members.

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
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.)

See Also