Pipeline.Addition Operator

Adds the specified Pipeline and file name.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Pipeline operator +(
	Pipeline pipeline,
	string str
)

Parameters

pipeline

Type: Aurigma.GraphicsMill.Pipeline

The Pipeline to add.
str

Type: System.String

A file name to add.

Return Value

The resulting Pipeline.

See Also

Reference