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.

Many of the metaproperties that originate from a property template can be modified on the property definition of the class, while other metaproperties can be modified only on the property template. For a list of modifiable metaproperties and how they can be customized, see Modifying Custom Metaproperties.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyDefinitionFloat64 _
	Implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable,  _
	IDependentObject
C#
public interface IPropertyDefinitionFloat64 : IPropertyDefinition, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IPropertyDefinitionFloat64 : IPropertyDefinition, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.IPropertyDefinitionFloat64 = function();
FileNet.Api.Admin.IPropertyDefinitionFloat64.createInterface('FileNet.Api.Admin.IPropertyDefinitionFloat64');

ToggleRemarks

Metadata

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

ToggleSee Also