Get or sets whether to include all beams in the joints.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeAllSelectedBeam As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWJoints
Dim value As Boolean
instance.IncludeAllSelectedBeam = value
value = instance.IncludeAllSelectedBeam
|
C# | |
---|
bool IncludeAllSelectedBeam {get; set;} |
C++/CLI | |
---|
property bool IncludeAllSelectedBeam {
bool get();
void set (bool value);
} |
Return Value
True to include all beams in the joints, false to not
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2010 SP0