Represents the fixed description of a property that holds a Double (Float64) value. A PropertyDescriptionFloat64 object contains immutable property metadata, which you cannot directly modify. You can, however, modify a property definition object, which holds the mutable metadata of the property. For a list of modifiable metaproperties and how they can be customized, see Modifying Custom Metaproperties.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyDescriptionFloat64 _
	Implements IPropertyDescription, IMetadata, IEngineObject, ICloneable,  _
	IDependentObject
C#
public interface IPropertyDescriptionFloat64 : IPropertyDescription, 
	IMetadata, IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IPropertyDescriptionFloat64 : IPropertyDescription, 
	IMetadata, IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Meta.IPropertyDescriptionFloat64 = function();
FileNet.Api.Meta.IPropertyDescriptionFloat64.createInterface('FileNet.Api.Meta.IPropertyDescriptionFloat64');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: PropertyDescription

ToggleSee Also