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