This document is archived and information here might be outdated. Recommended version. |
Initial position of the schematic in memory feature node on link.
[Visual Basic .NET] Public Function get_InitialPosition ( _ ByVal Layer As ILayer _ ) As IPoint
[C#] public IPoint get_InitialPosition ( ILayer Layer );
[C++]
HRESULT get_InitialPosition(
ILayer* Layer,
IPoint** Point
);
[C++]
Parameters Layer [in]
Layer is a parameter of type ILayer* Point [out, retval]
Point is a parameter of type IPoint**