[Visual Basic .NET] Public Sub SetStateBits ( _ ByVal grfStateBits As Integer, _ ByVal grfMask As Integer _ )
[C#] public void SetStateBits ( uint grfStateBits, uint grfMask );
[C++]
HRESULT SetStateBits(
Unsigned long grfStateBits,
Unsigned long grfMask
);
[C++]Parameters
grfStateBits [in] grfStateBits is a parameter of type Unsigned long grfMask [in] grfMask is a parameter of type Unsigned long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.