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)
| Visual Basic (Declaration) |
|---|
Function GetFloat64ListValue ( _
propertyName As String _
) As IFloat64List |
| Visual C++ |
|---|
IFloat64List^ GetFloat64ListValue(
String^ propertyName
) |
| JavaScript |
|---|
function getFloat64ListValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A
Float64List collection specifying the value of the property.