IMcGraphOverlay2EditPaste 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
SyntaxSub 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
Implements
IMcGraphOverlayEditPaste(String)
RemarksThe 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