PenSetsConfigurationReplacePenSet Method |
Replaces a pen set.
Namespace: RAYLASE.Marker.ConfigurationAssembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntaxpublic void ReplacePenSet(
PenSet oldPenSet,
PenSet newPenSet
)
Parameters
- oldPenSet PenSet
- The original pen set.
- newPenSet PenSet
- The replacement pen set.
See Also