ArcObjects Component Help  (Core)    

IElement.Geometry Property

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;}
[C++]
public: __property IGeometry get_Geometry();
public: __property void set_Geometry(IGeometry );

Remarks

The Geometry property will return the shape associated with the element as an IGeometry. The geometry returned will vary depending on the element type (a MarkerElement will return a point, etc.).  For TextElements the Geometry property will return the shape the text follows.