Represents the definition of a property that holds a Double (Float64) value. A PropertyDefinitionFloat64 object is created from a PropertyTemplateFloat64 object and contains mutable property metadata that you can customize. When a PropertyDefinitionFloat64 object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDefinitionFloat64
    Implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDefinitionFloat64 : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDefinitionFloat64 : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDefinitionFloat64 implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDefinitionFloat64 extends IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: PropertyDefinition

See Also