Returns the value held by the Content Engine property represented by this PropertyFloat64 object.

Namespace:  FileNet.Api.Property
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyFloat64.

ToggleSee Also