This document is archived and information here might be outdated. Recommended version. |
Initial geometry of the schematic in memory feature link.
[Visual Basic .NET] Public Property InitialGeometry As IGeometry
[C#] public IGeometry InitialGeometry {get; set;}
[C++]
HRESULT get_InitialGeometry(
IGeometry* Shape
);
[C++]
HRESULT put_InitialGeometry(
IGeometry** Shape
);
[C++] Parameters Shape [in]
Shape is a parameter of type IGeometry* Shape [out, retval]
Shape is a parameter of type IGeometry**