Version

InterpolatePrimitives(PrimitiveCollection,Type) Method

Takes the given primitives and returns the same set, potentially altered after interpolation has been applied.
Syntax
'Declaration
 
Protected Overloads Overridable Function InterpolatePrimitives( _
   ByVal primitives As PrimitiveCollection, _
   ByVal type As Type _
) As PrimitiveCollection
protected virtual PrimitiveCollection InterpolatePrimitives( 
   PrimitiveCollection primitives,
   Type type
)

Parameters

primitives
The primitives to add.
type
The type of the underlying values in this set of primitives.

Return Value

A PrimitiveCollection matching the collection that was input, potentially altered after interpolation has been applied.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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