ArcObjects Library Reference (Animation)  

IAGImportPathOptions.VerticalOffset Property

The vertical offset in meters to be applied to the path geometry.

[Visual Basic .NET]
Public Property VerticalOffset As Double
[C#]
public double VerticalOffset {get; set;}
[C++]
HRESULT get_VerticalOffset(
  double* pElevOffsetMeters
);
[C++]
HRESULT put_VerticalOffset(
  double pElevOffsetMeters
);
[C++]

Parameters

pElevOffsetMeters [out, retval]   pElevOffsetMeters is a parameter of type double pElevOffsetMeters [in]   pElevOffsetMeters is a parameter of type double

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)