This document is archived and information here might be outdated. Recommended version. |
Initial Y position of the schematic node.
[Visual Basic .NET]
Public Property InitialYPosition As Double
[C#]
public double InitialYPosition {get; set;}
[C++]
HRESULT get_InitialYPosition(
System.Double* Y
);
[C++]
HRESULT put_InitialYPosition(
double Y
);
[C++] Parameters Y [out, retval]
Y is a parameter of type double* Y [in]
Y is a parameter of type double