Share

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(ElementId) Checks whether StorageType of entry is ElementId.
Public methodCanSetValue(Int32) Checks whether StorageType of entry is Integer.
Public methodDispose 
Public methodEqualsDetermines 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIntegerValue Gets the Integer value stored within the entry.
Public methodGetStringValue Gets the String value stored within the entry.
Public methodGetTypeGets 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?