|
M
CanSetValue(Double)
|
Boolean
|
Checks whether StorageType of entry is Double and the value is no less than 0.0.
|
|
|
M
CanSetValue(ElementId)
|
Boolean
|
Checks whether StorageType of entry is ElementId.
|
|
|
M
CanSetValue(Int32)
|
Boolean
|
Checks whether StorageType of entry is Integer.
|
|
|
M
Dispose()
|
None
|
|
|
|
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 the default hash function. (Inherited from Object )
|
Object
|
|
M
GetIntegerValue()
|
Int32
|
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
|