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