Click or drag to resize

PenSetsConfigurationReplacePenSet Method

Replaces a pen set.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public void ReplacePenSet(
	PenSet oldPenSet,
	PenSet newPenSet
)

Parameters

oldPenSet  PenSet
The original pen set.
newPenSet  PenSet
The replacement pen set.
See Also