CanSetValue(Double)
|
Checks whether StorageType of entry is Double and the value is no less than 0.0.
|
|
CanSetValue(ElementId)
|
Checks whether StorageType of entry is ElementId.
|
|
CanSetValue(Int32)
|
Checks whether StorageType of entry is Integer.
|
|
Dispose
|
Releases all resources used by the ColorFillSchemeEntry
|
|
Equals
|
Determines whether the specified object is equal to the current object. (Inherited from Object )
|
Object
|
GetDoubleValue
|
Gets the Double value stored within the entry.
|
|
GetElementIdValue
|
Gets the ElementId value stored within the entry.
|
|
GetHashCode
|
Serves as the default hash function. (Inherited from Object )
|
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 )
|
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 )
|
Object
|