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!

CodeGenerator.GetTypeArrayRank

[To be supplied.]

[Visual Basic]
Protected Function GetTypeArrayRank( _
   ByVal type As String _
) As Integer
[C#]
protected int GetTypeArrayRank(
   string type
);
[C++]
protected: int GetTypeArrayRank(
   String* type
);
[JScript]
protected function GetTypeArrayRank(
   type : String
) : int;

Parameters

type
The type of the array.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace