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