Utility.IsClosedProfile (IList<Point2D>) Method

Tells if a profile is closed, depending on a tolerance computed from its size.
Public Shared Function IsClosedProfile( _ 
ByVal profile As IList(Of Point2D) _ 
) As Boolean
This language is not supported or no code example is available.
public static bool IsClosedProfile( 
IList<Point2D> profile 
)
This language is not supported or no code example is available.

Parameters

profile
IList<Point2D>

The list of vertices of the profile

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition