Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Promote Method

In This Topic
    Promote Method (Surface)
    In This Topic
    Converts this generic surface to PlanarSurface, TabulatedSurface or RevolvedSurface (when possible).
    Syntax
    'Declaration
     
    Public Function Promote() As Surface
    public Surface Promote()

    Return Value

    The new surface when possible, null/Nothing otherwise.
    Remarks
    When the surface is already a PlanarSurface, TabulatedSurface or RevolvedSurface, the method returns null/Nothing.
    See Also