Finds an angle and angle rate.
[Visual Basic .NET] |
---|
Public Function FindAngleWithRate( _
ByVal Epoch As System.Object _
) As IAgCrdnAngleFindAngleWithRateResult
|
[C#] |
---|
public IAgCrdnAngleFindAngleWithRateResult FindAngleWithRate(
|
[Managed C++] |
---|
public: IAgCrdnAngleFindAngleWithRateResult^ FindAngleWithRate(
|
[Java] |
---|
public IAgCrdnAngleFindAngleWithRateResult findAngleWithRate(
|
[Unmanaged C++] |
---|
public: HRESULT FindAngleWithRate(
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
Computes an angle and
the rate of change at a given condition.
[C#] | Copy Code | |
---|---|---|
|
Computes an angle and
the rate of change at a given condition.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|