Gets or sets the path and filename of the texture material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MaterialName As String |
Visual Basic (Usage) | |
---|
Dim instance As ITexture
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
Path and filename of the texture (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0