Gets or sets the type of study for this motion study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property StudyType As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IMotionStudy
Dim value As Integer
instance.StudyType = value
value = instance.StudyType
|
C# | |
---|
int StudyType {get; set;} |
C++/CLI | |
---|
property int StudyType {
int get();
void set (int value);
} |
Return Value
Motion study type as defined by
swMotionStudyType_e
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0