DeltaAltitude

Gets and sets the distance between the heights of the attached objects. This number stays consistent while the objects are attached. A positive DeltaAltitude places this object above the leading object.

 

JavaScript

 

DeltaAltitude

 

C#

 

double DeltaAltitude { get; set; }

 

C++

 

HRESULT DeltaAltitude ([out, retval] double* DeltaAltitude)

HRESULT DeltaAltitude ([in] double DeltaAltitude)