RenderContentLoadFromFile Method |
Loads content from a library file. Does not add the content to the persistent content list.
Use AddPersistantContent to add it to the list.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntaxpublic static RenderContent LoadFromFile(
string filename
)
Public Shared Function LoadFromFile (
filename As String
) As RenderContent
Parameters
- filename
- Type: SystemString
full path to the file to be loaded.
Return Value
Type:
RenderContentThe loaded content or null if an error occurred.
See Also