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