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