Jump to content

CopyOperation class: Difference between revisions

From LabVIEW Wiki
Added info table
m Removed VI Sever Category from page
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=CopyOperation|id=94|scope=private|class_0=CopyOperation}}
{{VIServerClass|94}}


{{stub}}
{{stub}}


The '''CopyOperation class''' is a [[VI Server#Private|private class]] in the [[VI Server Class Hierarchy]].
The '''CopyOperation class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]).
 
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VIServer Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
{{VIServerClassTables|94}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Application Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|7F2BE400
| [[CopyOperation class/Conflicts() property|Conflicts()]]
|
|R
|
|- style="background-color:#D1BB80;"
|7F2BE401
| [[CopyOperation class/Experts() property|Experts()]]
|
|R
|
|- style="background-color:#D1BB80;"
|7F2BE402
| [[CopyOperation class/Root Item property|Root Item]]
|
|R
|
|}
</div>


==Methods==
== History ==
<span class="mw-customtoggle-methodstable">Show/Hide Application Methods Table</span>
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{| class="wikitable"
{{VIServerLegend|showrte=TRUE}}
! Version
{| class="wikitable sortable"
! Change(s)
|+ Application Methods Table
|-
! Method ID
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
! Short Name (English)
|More info to come.
! Description
! RTE
|- style="background-color:#D1BB80;"
|7F2BE004
| [[CopyOperation class/Begin method|Begin]]
|
|
|- style="background-color:#D1BB80;"
|7F2BE003
| [[CopyOperation class/CopyItem method|CopyItem]]
|
|
|- style="background-color:#D1BB80;"
|7F2BE000
| [[CopyOperation class/Copy Items method|Copy Items]]
|
|
|- style="background-color:#D1BB80;"
|7F2BE001
| [[CopyOperation class/End method|End]]
|
|
|- style="background-color:#D1BB80;"
|7F2BE007
| [[CopyOperation class/Find Item method|Find Item]]
|
|
|- style="background-color:#D1BB80;"
|7F2BE002
| [[CopyOperation class/MapProjectItemToCopyItem method|MapProjectItemToCopyItem]]
|
|
|- style="background-color:#D1BB80;"
|7F2BE006
| [[CopyOperation class/Next method|Next]]
|
|
|- style="background-color:#D1BB80;"
|7F2BE005
| [[CopyOperation class/Peek method|Peek]]
|
|
|}
|}
</div>
==Events==
''No Events for this class.''


== See Also ==
== See Also ==
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:Private Class]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:46, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CopyOperation class
Class ID 94
Scope Private
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


    The CopyOperation class is a class in the VI Server Class Hierarchy, (see also VI Server).

    Properties

    Show/Hide CopyOperation Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    CopyOperation Properties Table
    Property ID Long Name (English) Description R/W RTE
    7F2BE400ConflictsRead OnlyNo
    7F2BE401ExpertsRead OnlyNo
    7F2BE402Root ItemRead OnlyNo

    Methods

    Show/Hide CopyOperation Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    CopyOperation Methods Table
    Method ID Long Name (English) Description RTE
    7F2BE000Copy ItemsNo
    7F2BE001EndNo
    7F2BE002Map Project Item To Copy ItemNo
    7F2BE003Copy ItemNo
    7F2BE004BeginNo
    7F2BE005PeekNo
    7F2BE006NextNo
    7F2BE007Find ItemNo

    Events

    This class has no events.


    History

    Version Change(s)
    LabVIEW 2018 More info to come.

    See Also