AnalyticalMember.Split
Method
Description:
Splits the analytical member at a point on its defining curve.
Splits the analytical member at a point on its defining curve.
Remarks:
Analytical members that are not a line or an arc are not permitted. See CanSplit() to determine if the analytical member is allowed to be split by this method.
Analytical members that are not a line or an arc are not permitted. See CanSplit() to determine if the analytical member is allowed to be split by this method.
Parameters
Parameter | Type | Description |
---|---|---|
parameter | Double | The normalized parameter value along the element (should be greater than 0 and less than 1). |
Return Value
Type | Description |
---|---|
ElementId | The newly created analytical member id. |
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Analytical member cannot be split. |