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