AnalyticalElement.GetReference
Method
Description:
Returns a reference to a given curve within the Analytical Element.
Returns a reference to a given curve within the Analytical Element.
Parameters
| Parameter | Type | Description |
|---|---|---|
| selector | AnalyticalModelSelector | Specifies where in the Analytical Element the reference lies. |
Return Value
| Type | Description |
|---|---|
| Reference | Requested reference. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | selector is not valid for this AnalyticalElement. |
| ArgumentNullException | A non-optional argument was null |