This document is archived and information here might be outdated. Recommended version. |
Position of the schematic in memory feature node on link.
[Visual Basic .NET] Public Function get_Position ( _ ByVal Layer As ILayer _ ) As IPoint
[C#] public IPoint get_Position ( ILayer Layer );
[C++]
HRESULT get_Position(
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**