amdcc.org Send comments on this topic.
GetModels Method
See Also 
amdcc.org.webservices Namespace > ModelWebService Class : GetModels Method




This method will return a list of Models

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a list of Models")>
Public Function GetModels() As ModelList
Visual Basic (Usage)Copy Code
Dim instance As ModelWebService
Dim value As ModelList
 
value = instance.GetModels()
C# 
[WebMethodAttribute("This method will return a list of Models")]
public ModelList GetModels()
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a list of Models")]
public: ModelList GetModels(); 
C++/CLI 
[WebMethodAttribute("This method will return a list of Models")]
public:
ModelList GetModels(); 

Return Value

ModelList

Example

ModelList modelList = ModelMgr.GetModels();

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also