Click or drag to resize

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)
Since: 6.1
Syntax
public RenderContent NewContent()

Return Value

Type: RenderContent

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

See Also