Locates a PropertyFloat64List property by name in this Properties collection and returns the value it holds.


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

Syntax

Visual Basic (Declaration)
Function GetFloat64ListValue( _ 
   ByVal propertyName As String _ 
) As IFloat64List
C#
IFloat64List GetFloat64ListValue(
   string propertyName
)
C++
IFloat64List GetFloat64ListValue(
   String propertyName
) abstract 
J#
IFloat64List GetFloat64ListValue(
   string propertyName
)
JScript
function GetFloat64ListValue(
   propertyName : String
) : IFloat64List

Parameters

propertyName
A String specifying a property name.

Return Value

A Float64List collection specifying the value of the property.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyFloat64List instance.

See Also