Method CopyTo
CopyTo(SdfLayerTree[])
Declaration
public void CopyTo(SdfLayerTree[] array)
Parameters
| Type | Name | Description |
|---|---|---|
| SdfLayerTree[] | array |
CopyTo(SdfLayerTree[], int)
Declaration
public void CopyTo(SdfLayerTree[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| SdfLayerTree[] | array | |
| int | arrayIndex |
CopyTo(int, SdfLayerTree[], int, int)
Declaration
public void CopyTo(int index, SdfLayerTree[] array, int arrayIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| SdfLayerTree[] | array | |
| int | arrayIndex | |
| int | count |