Represents a Content Engine property that holds a
object. A
object is a collection (ordered, non-unique) of
(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 |