Represents a collection of PropertyDefinitionFloat64 objects. To create an instance of this object, call Factory.PropertyDefinitionFloat64.CreateList().


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

Syntax

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

See Also