Returns the value held by the Content Engine property represented by this
PropertyFloat64 object.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetFloat64Value As Nullable(Of Double) |
C# |
---|
Nullable<double> GetFloat64Value() |
Visual C++ |
---|
Nullable<double> GetFloat64Value() |
JavaScript |
---|
function getFloat64Value(); |
Return Value
A Double specifying the property value.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyFloat64. |