Gets the mode in which this motion study is playing or sets the mode in which to play this motion study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PlayMode As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IMotionStudy
Dim value As Integer
instance.PlayMode = value
value = instance.PlayMode
|
C# | |
---|
int PlayMode {get; set;} |
C++/CLI | |
---|
property int PlayMode {
int get();
void set (int value);
} |
Return Value
Mode in which this motion study is playing or mode in which to play this motion study as defined in
swAnimationPlayMode_e
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0