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




ExpFactorID
This method will return the list of values for a specified ExpFactor

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return the list of values for a specified ExpFactor")>
Public Function GetExpFactorValues( _
   ByVal ExpFactorID As Integer _
) As ExpFactorValueList
Visual Basic (Usage)Copy Code
Dim instance As ExpFactorWebService
Dim ExpFactorID As Integer
Dim value As ExpFactorValueList
 
value = instance.GetExpFactorValues(ExpFactorID)
C# 
[WebMethodAttribute("This method will return the list of values for a specified ExpFactor")]
public ExpFactorValueList GetExpFactorValues( 
   int ExpFactorID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return the list of values for a specified ExpFactor")]
public: ExpFactorValueList GetExpFactorValues( 
   int ExpFactorID
) 
C++/CLI 
[WebMethodAttribute("This method will return the list of values for a specified ExpFactor")]
public:
ExpFactorValueList GetExpFactorValues( 
   int ExpFactorID
) 

Parameters

ExpFactorID

Return Value

ExpFactorValueList

Example

ExpFactorValueList expFactorValueList = ExpFactorMgr.GetExpFactorValues(ExpFactorID);

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