This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITemplate Interface > ITemplate.Geometry Property (ArcObjects .NET 10.5 SDK) |
The pattern geometry.
[Visual Basic .NET] Public Property Geometry As IGeometry
[C#] public IGeometry Geometry {get; set;}
[C++]
HRESULT get_Geometry(
IGeometry** ppGeometry
);
[C++]
HRESULT putref_Geometry(
IGeometry* ppGeometry
);
[C++]
Parameters ppGeometry [out, retval]
ppGeometry is a parameter of type IGeometry ppGeometry [in]
ppGeometry is a parameter of type IGeometry