Gets or sets whether heat flux uses per unit length while selecting beam bodies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PerUnitLength As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWHeatFlux
Dim value As System.Integer
instance.PerUnitLength = value
value = instance.PerUnitLength |
C# | |
---|
System.int PerUnitLength {get; set;} |
C++/CLI | |
---|
property System.int PerUnitLength {
System.int get();
void set ( & System.int value);
} |
Property Value
True if heat flux uses per unit length while selecting beam bodies, false if not
See Also
Availability
SOLIDWORKS Simulation API 2020 SP0