LabVIEWModule.HelpPictureRects
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
LabVIEWModule.HelpPictureRects
Syntax
LabVIEWModule.HelpPictureRects
Data Type
Returns a PropertyObject array where each element of the array is a PropertyObject that represents a wired terminal on the VI connector pane. The order of the terminals corresponds to the order of the parameters the LabVIEWModule.Parameters property returns. Each element of the array contains two properties, LabelRect and TerminalRect. Each property contains the following four subproperties: Top, Bottom, Left, and Right that represent the absolute coordinate values of the rectangle for the label or the terminal.
Purpose
Returns the coordinates to the rectangles of each label and terminal in the context help picture of the VI the module calls.
Remarks
Call the LabVIEWModule.LoadVIInfo or Module.LoadPrototype method before calling this method. The values stay in memory until the sequence file closes.