Eyeshot 11 WPF API Reference
WPF 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