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