Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / TryGetTabulated Method
The resulting tabulated surface (when possible)

In This Topic
    TryGetTabulated Method
    In This Topic
    Converts this generic surface to TabulatedSurface (when possible).
    Syntax
    'Declaration
     
    Public Function TryGetTabulated( _
       ByRef ts As TabulatedSurface _
    ) As Boolean
    public bool TryGetTabulated( 
       out TabulatedSurface ts
    )

    Parameters

    ts
    The resulting tabulated surface (when possible)

    Return Value

    True if the operation succeeds, false otherwise. If the surface is already a TabulatedSurface, it returns false.
    See Also