Click or drag to resize

ModelRenderContentDuplicateContentTContent Method

Namespace:  Grasshopper.Rhinoceros.Render
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected internal static TContent DuplicateContent<TContent>(
	TContent renderContent,
	out string name,
	out string notes,
	out string tags
)
where TContent : RenderContent

Parameters

renderContent
Type: TContent
name
Type: SystemString
notes
Type: SystemString
tags
Type: SystemString

Type Parameters

TContent

Return Value

Type: TContent
See Also