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