VariationParameter.IsMyProcessingElement Method |
Check if the given image processing element is the same as the one this
variation parameter belongs to.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntaxpublic bool IsMyProcessingElement(
BaseImageProcessingVariationCapableElement elem
)
Parameters
- elem BaseImageProcessingVariationCapableElement
- The image processing element to check.
Return Value
Booleantrue if this variation parameter belongs to the given element.
See Also