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


IAGImportPathOptions.VerticalOffset 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.VerticalOffset Property
ArcGIS Developer Help

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(
  System.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