Click or drag to resize

ComponentLogNewLog Method

Create a new log.

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public ComponentLog NewLog(
	string? name
)

Parameters

name
Type: SystemString
The name of the log.

Return Value

Type: ComponentLog

[Missing <returns> documentation for "M:Demo3D.Common.ComponentLog.NewLog(System.String)"]

See Also