ContentFactory.NewContent Method

ContentFactoryNewContent Method

New Content returns a new content, which is Initialized with the Initialize() function. The content should be unitilized after use with the Unitialize function.

Namespace:  Rhino.Render.DataSources
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RenderContent NewContent()
Public Function NewContent As RenderContent

Return Value

Type: RenderContent

[Missing <returns> documentation for "M:Rhino.Render.DataSources.ContentFactory.NewContent"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also