Gets or sets whether to use time curve for the radiation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseTimeCurve As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWRadiation
Dim value As Integer
instance.UseTimeCurve = value
value = instance.UseTimeCurve
|
C# | |
---|
int UseTimeCurve {get; set;} |
C++/CLI | |
---|
property int UseTimeCurve {
int get();
void set (int value);
} |
Return Value
1 to use time curve, 0 to not
See Also
Availability
SolidWorks Simulation API 2008 SP1.0