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