Gets or sets the name of the material name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MaterialName As String |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim value As String
instance.MaterialName = value
value = instance.MaterialName
|
C# | |
---|
string MaterialName {get; set;} |
C++/CLI | |
---|
property String^ MaterialName {
String^ get();
void set (String^ value);
} |
Return Value
Material name
Example
See Also
Availability
SolidWorks Simulation API 2008 SP1.0