Shape of the element as a geometry.
[Visual Basic 6.0] Property Geometry As IGeometry
[Visual Basic .NET] Public Property Geometry As IGeometry
[C#] public IGeometry Geometry {get; set;}
[Java] public getGeometry ( IGeometry pGeometry )
[Java] public void setGeometry( IGeometry pGeometry ) throws IOException, AutomationException
[C++] HRESULT get_Geometry( IGeometry** pGeometry );
[C++] HRESULT put_Geometry( IGeometry* pGeometry);
Parameters
pGeometry [out, retval]
pGeometry is a parameter of type IGeometry
pGeometry [in]
pGeometry is a parameter of type IGeometry