Returns the value held by the Content Engine property represented by this
PropertyFloat64List object.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function GetFloat64ListValue As IFloat64List |
| C# |
|---|
IFloat64List GetFloat64ListValue() |
| Visual C++ |
|---|
IFloat64List^ GetFloat64ListValue() |
| JavaScript |
|---|
function getFloat64ListValue(); |
Return Value
A Float64List object specifying a collection of Double objects.
Exceptions
| Exception | Condition |
|---|---|
| ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyFloat64List. |