This document is archived and information here might be outdated.  Recommended version.


ISymbolCollectionElement.Geometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISymbolCollectionElement.Geometry Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISymbolCollectionElement Interface