The U coordinate.
The V coordinate.
When this method returns, contains a value by the X axis.
When this method returns, contains a value by the Y axis.
When this method returns, contains a value by the Z axis.
GetValueAsDouble Method (IFreeSurfacePointSeries3D)
Gets a value at specified UV coordinate represented in System.Double type.
Syntax
void GetValueAsDouble( 
   double u,
   double v,
   out double xAsDouble,
   out double yAsDouble,
   out double zAsDouble
)

Parameters

u
The U coordinate.
v
The V coordinate.
xAsDouble
When this method returns, contains a value by the X axis.
yAsDouble
When this method returns, contains a value by the Y axis.
zAsDouble
When this method returns, contains a value by the Z axis.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also