Gets or sets the material source.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MaterialSource As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Integer
instance.MaterialSource = value
value = instance.MaterialSource
|
C# | |
---|
int MaterialSource {get; set;} |
C++/CLI | |
---|
property int MaterialSource {
int get();
void set (int value);
} |
Return Value
Source of bolt material as defined in swsBoltMaterialSource_e
See Also
Availability
SolidWorks Simulation API 2009 SP0