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