Share via


VertexChannelCollection.ConvertChannelContent Generic Method (String)

Note

This generic method is available only when developing for Windows.

Converts the channel, specified by name to another vector format.

Syntax

'Declaration
Public Function ConvertChannelContent(Of TargetType) ( _
         name As String _
) As VertexChannel(Of TargetType) 
public VertexChannel<TargetType> ConvertChannelContent<TargetType> (
         string name
)
public:
generic<typename TargetType>
VertexChannel<TargetType> ConvertChannelContent(
         String name
)

Type Parameters

Parameters

  • name
    Type: String
    Name of the channel to be converted.

Return Value

Type: VertexChannel<TargetType>
New channel in the specified format.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

VertexChannelCollection Class
VertexChannelCollection Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace

Platforms

Windows 7, Windows Vista, Windows XP