SchematicNode.UIInfo
 
 
 

SchematicNode.UIInfo

Introduced

v10.0 (2012)

Description

Returns the 2D coordinates and size of the node as an Array object of 4 items: x,y,width,heigth. The 2D coordinates and size units are in screen coordinates and relative to the Schematic view.

C# Syntax

// get accessor
Object rtn = SchematicNode.UIInfo;