ArcObjects Library Reference (Animation)  

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