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