Windward Engine API Reference
FindPods Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : FindPods Method




Glossary Item Box

Finds Pods Located in this document. You need to call setup and then this method.

Syntax

Visual Basic (Declaration) 
Public Function FindPods() As Object()
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value() As Object
 
value = instance.FindPods()
C# 
public object[] FindPods()
Managed Extensions for C++ 
public: Object*[]* FindPods(); 
C++/CLI 
public:
array<Object^>^ FindPods(); 

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.