Jump to content

Array class/Index Rect property: Difference between revisions

From LabVIEW Wiki
m Added Private Property Category to page
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
| classid = 14
| classid = 14
| propertyid = 6338C0C
| propertyid = 6338C0C
| scope=private
| scope=basic
| dataname = Index Bnds
| dataname = Index Bnds
| shortname = IndexRect
| shortname = IndexRect
Line 9: Line 9:
| datatype = Numeric Cluster TypeDef
| datatype = Numeric Cluster TypeDef
| propertynodeimage = Array-Index Rect.png
| propertynodeimage = Array-Index Rect.png
| permissions = Write Only
| availableinrealtime = Yes
| availableinruntime = Yes
| loadsbd = No
| loadsfp = No
| needsauthentication = No
| permissions = Read Only
| remoteallowed = Yes
| settablewhenrunning = No
|}}
|}}
{{TOCright}}
{{TOCright}}


Returns the coordinates of the rectangle that encloses the index display on the array.


== Uses ==
== Uses ==
Line 18: Line 26:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]]
|More info to come.
| In [[LabVIEW 2020]] changed from being [[VI Server#Private|Private]] to being part of the [[VI Server#Basic Development Environment|Basic Development Environment]].
|}
|}
== See Also ==
== See Also ==
Line 31: Line 38:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:Private Property]]


[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 14:47, 14 June 2020

VI Server Property Information
Property ID 6338C0C
Scope Basic Development Environment
Data Name Index Bnds
Short Name* IndexRect
Long Name* Index Rect
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 14
Owning Class Name Array Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Index Rect
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Returns the coordinates of the rectangle that encloses the index display on the array.

Uses

History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 changed from being Private to being part of the Basic Development Environment.

See Also

External Links