This document is archived and information here might be outdated. Recommended version. |
The footprint geometry of the item for which the seamline is being computed.
[Visual Basic .NET] Public Property ItemGeometry As IGeometry
[C#] public IGeometry ItemGeometry {get; set;}
[C++]
HRESULT get_ItemGeometry(
IGeometry* ppItemGeometry
);
[C++]
HRESULT putref_ItemGeometry(
IGeometry** ppItemGeometry
);
[C++] Parameters ppItemGeometry [in]
ppItemGeometry is a parameter of type IGeometry* ppItemGeometry [out, retval]
ppItemGeometry is a parameter of type IGeometry**