ControlPoint.W
 
 
 

ControlPoint.W operator

Description

Returns the W value of a control point as a Double.

C# Syntax

// get accessor
Double rtn = ControlPoint.W;
// set accessor
ControlPoint.W = Double;