NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParamArray.GetArg

Returns a TypedReference for the ith argument.

[Visual Basic]
Public Function GetArg( _
   ByVal i As Integer _
) As TypedReference
[C#]
public TypedReference GetArg(
   int i
);
[C++]
public: TypedReference GetArg(
   int i
);
[JScript]
public function GetArg(
   i : int
) : TypedReference;

Parameters

i
To be supplied

Return Value

To be supplied

Remarks

To be supplied

See Also

ParamArray Structure | ParamArray Members | System Namespace