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

[To be supplied.]

Overload List

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

[Visual Basic] Overloads Public Shared Function CreateSection(Integer) As Section
[C#] public static Section CreateSection(short);
[C++] public: static Section CreateSection(short);
[JScript] public static function CreateSection(Int16) : Section;

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

[Visual Basic] Overloads Public Shared Function CreateSection(Integer, Section) As Section
[C#] public static Section CreateSection(short, Section);
[C++] public: static Section CreateSection(short, Section);
[JScript] public static function CreateSection(Int16, Section) : Section;

See Also

BitVector32 Structure | BitVector32 Members | System.WinForms Namespace