ArcObjects Library Reference (Animation)  

IAGImportPathOptions.ReversePath Property

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

Product Availability

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

See Also

IAGImportPathOptions Interface

.NET Samples

Create camera flyby from path (Code Files: frmCameraPath)