Represents a collection of PropertyDescriptionFloat64 objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDescriptionFloat64List
    Implements IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IPropertyDescriptionFloat64List : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IPropertyDescriptionFloat64List : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IPropertyDescriptionFloat64List implements IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IPropertyDescriptionFloat64List extends IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also