Requires: Base Development System
In the following topics, an asterisk (*) at the end of a data type name indicates that the property is a pointer.
Property | Description |
---|---|
Children | Returns an array of references to all children of the referenced LabVIEW project item. You can use these references with the ProjectItem properties. Details |
ContainsConflicts | Returns TRUE if this item or items beneath this item in the project tree are in conflict. Details |
DisplayName | Gets, as a string, the name of the LabVIEW project item as the name appears in the LabVIEW Project Explorer window. Details |
FindCallers | Returns an array of references to all project items that reference the project item you select. Details |
FindChildren | Returns an array of references to all project items that are children of the project item you select. Details |
FindConflicts | Returns an array of references to all project items that are in conflict with the project item you select. Details |
FindFriends | Returns an array of references to all project items that are friends of the project item you select. Details |
FindItemsIncorrectlyClaimedByLibrary | Returns an array of references to all project items that are claimed by a library but do not reciprocate the claim. Details |
FindItemsThatMakeThisADependency | Returns an array of references to all project items under the target that are not under dependencies but cause this item to be under dependencies. Details |
FindItemsWithNoCallers | Returns an array of references to all top-level project items that call no other project items. Details |
FindSubVIs | Returns an array of references to all project items that are subVIs of the item you select. Details |
FindVariableCallers | Returns an array of references to all VI project items that reference the variable project item you select. Details |
Icon | Gets the icon of the project item in the LabVIEW Project Explorer window using the Icon cluster, which limits size and color depth. Details |
InConflict | Returns TRUE if the referenced LabVIEW project item conflicts with another item with a different path under the same target. Details |
ItemID | Gets the item ID of the referenced LabVIEW project item as a string. You can use this item ID to uniquely identify the referenced item even if the path, name, or location in the LabVIEW Project Explorer window changes. Details |
LibraryItemType | Gets the type of the LabVIEW project item as it exists in the project library as a GUID string. Use the LibraryItemTypeString property to return the type as a human-readable string. Details |
LibraryItemTypeString | Returns the type of the LabVIEW project item as it exists in the project library as a string. Use the LibraryItemType property to return the type as a GUID. Details |
Name | Gets the name of the referenced LabVIEW project item as it is saved in the file. Details |
Parent | Returns a reference to the parent of the referenced LabVIEW project item. You can use this reference with the ProjectItem properties. Details |
Path | Gets the path of the referenced LabVIEW project item. Details |
Project | Returns a reference to the LabVIEW project to which the referenced project item belongs. You can use this reference with the Project properties. Details |
Target | Returns a reference to the target that contains the referenced LabVIEW project item. You can use this reference with the TargetItem properties. Details |
TypeGUID | Gets the type of the LabVIEW project item as a GUID string. Use the TypeString property to return the type as a string. Details |
TypeString | Gets the type of the LabVIEW project item as a string. Use the TypeGUID property to return the type as a GUID. Details |
VI | If the LabVIEW project item refers to a VI, this property returns a reference to the VI. Otherwise, this property returns NULL. Details |
VINoLoad | If the project item refers to a VI in memory, this property returns a reference to the VI. If the project item refers to a VI not in memory or to something that is not a VI, this property returns Not a Refnum. You can use this reference with the VI properties. Details |
VisibleInTree | If TRUE, indicates that the LabVIEW Project Explorer window is visible and ancestors of the LabVIEW project item are expanded in the Project Explorer window up to the root of the project item. Details |