This document is archived and information here might be outdated. Recommended version. |
Shape of the element as a geometry.
[Visual Basic .NET] Public Property Geometry As IGeometry
[C#] public IGeometry Geometry {get; set;}
[C++]
HRESULT get_Geometry(
IGeometry** pGeometry
);
[C++]
HRESULT put_Geometry(
IGeometry* pGeometry
);
[C++] Parameters pGeometry [out, retval]
pGeometry is a parameter of type IGeometry** pGeometry [in]
pGeometry is a parameter of type IGeometry*