Gets and sets the distance between the rolls of the attached objects. This number stays consistent while the objects are attached. A positive DeltaRoll places this object above the leading object.
|
JavaScript |
|
|
DeltaRoll |
|
|
C# |
|
|
double DeltaRoll { get; set; } |
|
|
C++ |
|
|
HRESULT DeltaRoll([out, retval] double* DeltaRoll) HRESULT DeltaRoll ([in] double DeltaRoll) |
|