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)

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

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

Parameters

maxValue
[To be supplied.]

See Also

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