BaseImageProcessingVariationCapableElementGetModel Method |
Gets the data model of the given view. If the view is not derived
from IIImageProcessingModelView, the model is fetched from the
image processing element itself.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected abstract Object GetModel(
Object guiView
)
Parameters
- guiView Object
[Missing <param name="guiView"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingVariationCapableElement.GetModel(System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingVariationCapableElement.GetModel(System.Object)"]
See Also