Returns the source of the material.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Source As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim value As System.Integer
value = instance.Source |
C# | |
---|
System.int Source {get;} |
C++/CLI | |
---|
property System.int Source {
System.int get();
} |
Property Value
Source of material as defined in swsMaterialSource_e
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0