Represents a collection of PropertyTemplateFloat64 objects.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Public Interface IPropertyTemplateFloat64Set _
	Implements IPropertyTemplateSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet,  _
	IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
[ObsoleteAttribute("As of release 5.0.0.")]
public interface IPropertyTemplateFloat64Set : IPropertyTemplateSet, 
	IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, 
	IEnumerable, ICloneable
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
public interface class IPropertyTemplateFloat64Set : IPropertyTemplateSet, 
	IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, 
	IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IPropertyTemplateFloat64Set = function();
FileNet.Api.Collection.IPropertyTemplateFloat64Set.createInterface('FileNet.Api.Collection.IPropertyTemplateFloat64Set');

ToggleSee Also