Paste Property (Dio Block)

Applies To

All

Purpose

Paste the block data from the clipboard to the specified step and channel.

Syntax

Object.Paste (vFileStartStep, vFileStartChannel)

 

The Paste method syntax has the following parts:

Name
Type
Description
Object
DioBlock
DioBlock object
vFileStartStep
Variant
Starting step number in the file. Step number specified by either the step label or the step number.
vFileStartChannel
Variant
Starting channel number in the file. Channel number specified by either the channel name or the channel number.

Example

Since a block can be viewed as a rectangular, then when pasting we only need to specify the upper left corner of it.

 

See Also

Copy, Cut, StepData