TrackDescription.Position Property

Language:

Retrieves or sets a track's time position in the local time frame of its current animation set.

Definition

Visual Basic Public Property Position As Double
C# public double Position { get; set; }
C++ public:
property double Position {
        double get();
        void set(double value);
}
JScript public function get Position() : double
public function set Position(double);

Property Value

System.Double
Time position of the track.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center