Click or drag to resize

PenSetMassUpdatePens Method

Copies all properties from the given pen to the selected pens, but use the masking pen to decide which properties should be updated.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public void MassUpdatePens(
	IEnumerable<int> penNumbers,
	MarkerPen valuePen,
	MarkerPen maskingPen
)

Parameters

penNumbers  IEnumerableInt32
The pen numbers of the pens to be updated.
valuePen  MarkerPen
The pen containing the values.
maskingPen  MarkerPen
The pen to indicate which properties are to be copied. A null property value of this masking pen indicates that the property is to be ignored.
See Also