Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

ProjectItem Properties

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

PropertyDescription
Children[]Returns an array of references to all children of the referenced project item. You can use these references with the ProjectItem properties. Details
Display NameGets as a string the name of the project item as the name appears in the Project Explorer window. Details
IconGets the icon of the project item in the Project Explorer window using the image data cluster, which limits size and color depth. Details
Item IDGets the ItemID of the referenced project item as a string. You can use this ItemID to uniquely identify the referenced item even if the path, name, or location in the Project Explorer window changes. Details
Library Item Type:StringReturns the type of the project item as it exists in the project library as a human-readable string. Use the Library Item:Type property to return the type as a GUID. Details
Library Item:TypeGets the type of the project item as it exists in the project library as a GUID string. Use the Library Item Type:String property to return the type as a human-readable string. Details
NameGets the name of the referenced project item as it is saved in the file. Details
ParentReturns a reference to the parent of the referenced project item. You can use this reference with the ProjectItem properties. Details
PathGets the path of the referenced project item. Details
ProjectReturns a reference to the LabVIEW project to which the referenced project item belongs. You can use this reference with the Project properties. Details
TargetReturns a reference to the target that contains the referenced project item. You can use this reference with the TargetItem properties. Details
Type GUIDGets the type of the project item as a GUID string. Use the Type String property to return the type as a string. Details
Type StringGets the type of the project item as a string. Use the Type GUID property to return the type as a GUID. Details
Variable ReferenceReturns a reference to the variable the referenced project item references. If the referenced project item is not a variable item, this property returns Not a Refnum. You can use this reference with the Variable properties to configure shared variables programmatically. Details
VI ReferenceIf the project item refers to a VI, this property returns a reference to the VI. Otherwise, this property returns Not a Refnum. You can use this reference with the VI properties. Details
Visible In TreeIf TRUE, indicates that the Project Explorer window is visible and ancestors of the project item are expanded in the Project Explorer window up to the root of the project item. Details


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit