The index of the U coordinate.
The index of 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.
GetValueWithOffsetAsDouble Method (IFreeSurfacePointSeries3D)
Gets a value at specified index of the UV coordinate represented in System.Double type.
Syntax
void GetValueWithOffsetAsDouble( 
   int uIndex,
   int vIndex,
   out double xAsDouble,
   out double yAsDouble,
   out double zAsDouble
)

Parameters

uIndex
The index of the U coordinate.
vIndex
The index of 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