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.ReversePath Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to reverse the path.
[Visual Basic .NET] Public Property ReversePath As Boolean
[C#] public bool ReversePath {get; set;}
[C++]
HRESULT get_ReversePath(
VARIANT_BOOL* pbReverse
);
[C++]
HRESULT put_ReversePath(
VARIANT_BOOL pbReverse
);
[C++]
Parameters pbReverse [out, retval] pbReverse is a parameter of type VARIANT_BOOL pbReverse [in] pbReverse is a parameter of type VARIANT_BOOL