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)

Syntax

Visual Basic (Declaration)
Function GetFloat64Value() As Nullable(Of Double)
C#
Nullable<double> GetFloat64Value()
C++
Nullable<double> GetFloat64Value() abstract 
J#
Nullable<double> GetFloat64Value()
JScript
function GetFloat64Value() : Nullable<double>

Return Value

A Double specifying the property value.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyFloat64.

See Also