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

In This Topic
    GetGeneric Method
    In This Topic
    Returns the generic representation of this surface, it can be useful in data translation.
    Syntax
    'Declaration
     
    Public Function GetGeneric() As Surface
    public Surface GetGeneric()

    Return Value

    The new surface
    See Also