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