GCurve.Promote Method

Converts this generic curve to GLine, GArc or GCircle (when possible).
Public Function Promote() As IGCurve
This language is not supported or no code example is available.
public IGCurve Promote()
This language is not supported or no code example is available.

Return Value

IGCurve

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.7.2

In this article

Definition