This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.PathGeometry Property (ArcObjects .NET 10.5 SDK) |
The original path geometry.
[Visual Basic .NET] Public Property PathGeometry As IGeometry
[C#] public IGeometry PathGeometry {get; set;}
[C++]
HRESULT get_PathGeometry(
IGeometry** ppPathGeometry
);
[C++]
HRESULT put_PathGeometry(
IGeometry* ppPathGeometry
);
[C++]
Parameters ppPathGeometry [out, retval]
ppPathGeometry is a parameter of type IGeometry ppPathGeometry [in]
ppPathGeometry is a parameter of type IGeometry