Sets the material source of this cable.
.NET Syntax
Visual Basic (Declaration) | |
---|
WriteOnly Property MaterialSource As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWCable
instance.MaterialSource = value |
C# | |
---|
System.int MaterialSource {set;} |
C++/CLI | |
---|
property System.int MaterialSource {
void set ( & System.int value);
} |
Property Value
Material source as defined by swsBoltMaterialSource_e:
0 = From SOLIDWORKS
1 = Custom defined
2 = From library files
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2026 SP0