ModelCurveArray
Description:
An array that contains model curves.
An array that contains model curves.
public class ModelCurveArray : APIObject,
IEnumerable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ModelCurveArray() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Append(ModelCurve) | None | Add the model curve to the end of the array. | |
| Clear() | None | Removes every model curve from the array, rendering it empty. | |
| ForwardIterator() | ModelCurveArrayIterator | Retrieve a forward moving iterator to the array. | |
| GetEnumerator() | IEnumerator | Retrieve a forward moving iterator to the array. | |
| Insert(ModelCurve, Int32) | None | Insert the specified model curve into the array. | |
| ReverseIterator() | ModelCurveArrayIterator | Retrieve a backward moving iterator to the array. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsEmpty | bool | Test to see if the array is empty. | |
| Item | ModelCurve | Gets or sets a model curve at a specified index within the array. | |
| Size | int | Returns the number of model curves that are in the array. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |