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