Gets or sets the index of the active study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ActiveStudy As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudyManager
Dim value As Integer
instance.ActiveStudy = value
value = instance.ActiveStudy
|
C# | |
---|
int ActiveStudy {get; set;} |
C++/CLI | |
---|
property int ActiveStudy {
int get();
void set (int value);
} |
Return Value
Index of the active study
See Also
Availability
SolidWorks Simulation API 2008 SP1.0