Surface.ControlPoints Property

Gets the surface control points array.
Public Property ControlPoints() As Point4D(,)
This language is not supported or no code example is available.
public Point4D[,] ControlPoints {get; set;}
This language is not supported or no code example is available.

Property Value

Point4D[,]
Remarks
 
Not validated in setter. Use constructor if you are unsure of the correctness of your data.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition