Represents a Content Engine property that holds a Float64List object. A Float64List object is a collection (ordered, non-unique) of Double (64-bit floating point) values.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyFloat64List
    Implements IProperty, ICloneable
C#
public interface IPropertyFloat64List : IProperty, ICloneable
C++
interface class IPropertyFloat64List : IProperty, ICloneable
J#
public interface IPropertyFloat64List implements IProperty, ICloneable
JScript
public interface IPropertyFloat64List extends IProperty, ICloneable

See Also