Windward Studios API Reference
Factory Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > PodUpdate Class : Factory Method




rdlxFile
The UDT file to parse

Glossary Item Box

Builds an array of all Pods in the passed in file.

Syntax

Visual Basic (Declaration) 
Public Shared Function Factory( _
   ByVal rdlxFile As Stream _
) As IList(Of PodUpdate)
Visual Basic (Usage)Copy Code
Dim rdlxFile As Stream
Dim value As IList(Of PodUpdate)
 
value = PodUpdate.Factory(rdlxFile)
C# 
public static IList<PodUpdate> Factory( 
   Stream rdlxFile
)
Managed Extensions for C++ 
public: static IList<PodUpdate*>* Factory( 
   Stream* rdlxFile
) 
C++/CLI 
public:
static IList<PodUpdate^>^ Factory( 
   Stream^ rdlxFile
) 

Parameters

rdlxFile
The UDT file to parse

Return Value

All Pods in the file.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software