Eyeshot 10 WinForms API Reference
TryGetTabulated Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : TryGetTabulated Method
The resulting tabulated surface (when possible)
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

Reference

Surface Class
Surface Members