This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.Geometry Property (ArcObjects .NET 10.4 SDK) |
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