Surface.TryGetTabulated Method

Converts this generic surface to TabulatedSurface (when possible).
Public Function TryGetTabulated( _ 
ByRef ts As TabulatedSurface
) As Boolean
This language is not supported or no code example is available.
public bool TryGetTabulated( 
out TabulatedSurface ts 
)
This language is not supported or no code example is available.

Parameters

ts
TabulatedSurface

The resulting tabulated surface (when possible)

Return Value

bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition