Utility.GetSampling<T> Method

Public Shared Function GetSampling(Of  _ 
T As Point2D)( _ 
ByVal vertices As IList(Of T) _ 
) As T()
This language is not supported or no code example is available.
public static T[] GetSampling<T>( 
IList<T> vertices 

where T : Point2D
This language is not supported or no code example is available.

Type Parameters

T

Parameters

vertices
IList<T>

Return Value

T[]

.NET Framework

Supported in: 4.8

In this article

Definition