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




InvestigatorID
This method will return a list of Models for the specified Investigator

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return a list of Models for the specified Investigator")>
Public Function GetInvestigatorModels( _
   ByVal InvestigatorID As ID _
) As ModelList
Visual Basic (Usage)Copy Code
Dim instance As InvestigatorWebService
Dim InvestigatorID As ID
Dim value As ModelList
 
value = instance.GetInvestigatorModels(InvestigatorID)
C# 
[WebMethodAttribute("This method will return a list of Models for the specified Investigator")]
public ModelList GetInvestigatorModels( 
   ID InvestigatorID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return a list of Models for the specified Investigator")]
public: ModelList GetInvestigatorModels( 
   ID InvestigatorID
) 
C++/CLI 
[WebMethodAttribute("This method will return a list of Models for the specified Investigator")]
public:
ModelList GetInvestigatorModels( 
   ID InvestigatorID
) 

Parameters

InvestigatorID

Return Value

ModelList

Example

ModelList modelList = ModelMgr.GetInvestigatorModels(InvestigatorID);

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