Curve.Promote Method

Converts this generic curve to Line, Arc or Circle (when possible).
Public Function Promote() As ICurve
This language is not supported or no code example is available.
public ICurve Promote()
This language is not supported or no code example is available.

Return Value

ICurve

The new curve when possible, null/Nothing otherwise.

Remarks
 
For arcs, it works if the angle is 0, PI/2, PI or 2PI.

.NET Framework

Supported in: 4.8

In this article

Definition