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