| AnimationOutput.AnimationOutput Constructor | Language: | 
Initializes a new instance of the AnimationOutput class.
Visual Basic Public Sub New( _ 
ByVal name As String, _
ByVal flags As AnimationOutputFlags _
)C# public AnimationOutput( 
string name,
AnimationOutputFlags flags
);C++ public: 
AnimationOutput(
String^ name,
AnimationOutputFlags flags
);JScript public function AnimationOutput( 
name : String,
flags : AnimationOutputFlags
);
name System.String 
Name of the animation output.flags Microsoft.DirectX.Direct3D.AnimationOutputFlags 
One or more values of the AnimationOutputFlags enumeration that specify which outputs to receive.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.