This document is archived and information here might be outdated.  Recommended version.


IAGImportPathOptions.PathGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.PathGeometry Property
ArcGIS Developer Help

IAGImportPathOptions.PathGeometry Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGImportPathOptions Interface

.NET Samples

Create camera flyby from path