Surface.Promote Method

Converts this generic surface to PlanarSurface, TabulatedSurface or RevolvedSurface (when possible).
Public Function Promote() As Surface
This language is not supported or no code example is available.
public Surface Promote()
This language is not supported or no code example is available.

Return Value

Surface

The new surface when possible, null/Nothing otherwise.

Remarks
 
When the surface is already a PlanarSurface, TabulatedSurface or RevolvedSurface, the method returns null/Nothing.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition