Creates a new instance of the collection class
associated with this IFloat64 class.
This list will not exist on the server until its associated
(independently persistable) object has been saved with this new list.
Namespace:
FileNet.Api.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateList As IFloat64List |
C# |
---|
public static IFloat64List CreateList() |
Visual C++ |
---|
public: static IFloat64List^ CreateList() |
JavaScript |
---|
FileNet.Api.Core.Float64List.createList = function(); |