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!

BitVector32.CreateSection (Int16, Section)

Creates the next section in a series, with the specified maximum value.

[Visual Basic]
Overloads Public Shared Function CreateSection( _
   ByVal maxValue As Short, _
   ByVal previous As BitVector32.Section _
) As Section
[C#]
public static Section CreateSection(
   short maxValue,
   BitVector32.Section previous
);
[C++]
public: static Section CreateSection(
   short maxValue,
   BitVector32.Section previous
);
[JScript]
public static function CreateSection(
   maxValue : Int16,
   previous : BitVector32.Section
) : Section;

Parameters

maxValue
[To be supplied.]
previous
[To be supplied.]

See Also

BitVector32 Structure | BitVector32 Members | System.WinForms Namespace | BitVector32.CreateSection Overload List