Gets or sets whether to bolt more than two components together.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeBoltSeries As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Boolean
instance.IncludeBoltSeries = value
value = instance.IncludeBoltSeries
|
C# | |
---|
bool IncludeBoltSeries {get; set;} |
C++/CLI | |
---|
property bool IncludeBoltSeries {
bool get();
void set (bool value);
} |
Return Value
True to bolt more than two components together, false to not
See Also
Availability
SolidWorks Simulation API 2009 SP0