Click or drag to resize

IMcGraphOverlayEditPaste Method

Paste the contents of the clipboard if any to this overlay.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Sub EditPaste ( 
	Optional ClipFormatName As String = ""
)

Parameters

ClipFormatName (Optional)
Type: SystemString
Optional name for the clipboard format to use. By default this name will be ParentTypeName.Name
Remarks
The only clipboard data compatible with a given overlay is the data copied from this overlay or from another one sharing the same name. compatible data.
See Also