Creates an appearance for this model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateRenderMaterial( _
ByVal PathName As String _
) As RenderMaterial |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim PathName As String
Dim value As RenderMaterial
value = instance.CreateRenderMaterial(PathName)
|
C# | |
---|
RenderMaterial CreateRenderMaterial(
string PathName
) |
C++/CLI | |
---|
RenderMaterial^ CreateRenderMaterial(
& String^ PathName
) |
Parameters
- PathName
Fully qualified or relative path and filename of the appearance to add to the model
Return Value
Appearance
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0