Gets or sets whether to consider radiation to the ambient (open system).
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OpenSystem As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWRadiation
Dim value As Integer
instance.OpenSystem = value
value = instance.OpenSystem
|
C# | |
---|
int OpenSystem {get; set;} |
C++/CLI | |
---|
property int OpenSystem {
int get();
void set (int value);
} |
Return Value
System as defined in swsRadiationOpenSystem_e
See Also
Availability
SolidWorks Simulation API 2008 SP1.0