This document is archived and information here might be outdated. Recommended version. |
Initial position of the schematic in memory feature node.
[Visual Basic .NET] Public Property InitialPosition As IPoint
[C#] public IPoint InitialPosition {get; set;}
[C++]
HRESULT get_InitialPosition(
IPoint** Point
);
[C++]
HRESULT put_InitialPosition(
IPoint* Point
);
[C++] Parameters Point [out, retval]
Point is a parameter of type IPoint** Point [in]
Point is a parameter of type IPoint*