GetRectIntList
GetRectIntList(int)
public IList<RectInt> GetRectIntList(int id) ;
Description
Get the value of the RectIntList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
Returns
The value of the parameter. If there is no parameter, it returns null.
GetRectIntList(string)
public IList<RectInt> GetRectIntList(string name) ;
Description
Get the value of the RectIntList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
Returns
The value of the parameter. If there is no parameter, it returns null.