Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.