ScreenModifySetRegionIndex Method |
Sets the Region index to add or remove.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetRegionIndex(
int regionIndex
)
Public Sub SetRegionIndex (
regionIndex As Integer
)
public:
void SetRegionIndex(
int regionIndex
)
member SetRegionIndex :
regionIndex : int -> unit
Parameters
- regionIndex
- Type: SystemInt32
Region index to add or remove.
See Also