AGI STK VGT 11 Send comments on this topic.
IAgCrdnVectorAngleRate Interface





Description

Angle rate vector perpendicular to the plane in which the angle is defined.

Object Model


Public Properties

Public Property Angle Specify an angle. The angle vector will be perpendicular to the plane in which the angle is defined.
Public Property DifferencingTimeStep Time step used in numerical evaluation of derivatives using central differencing.

Example

Create a vector.perpendicular to the plane in which the angle is defined.
[C#] Copy Code
// Create a vector.perpendicular to the plane in which the angle is defined. 
IAgCrdnVectorAngleRate vector = (IAgCrdnVectorAngleRate)provider.Vectors.Factory.Create( 
    "myVector"
    "a vector.perpendicular to the plane in which the angle is defined.", AgECrdnVectorType.eCrdnVectorTypeAngleRate); 
 

Create a vector.perpendicular to the plane in which the angle is defined.
[Visual Basic .NET] Copy Code
' Create a vector.perpendicular to the plane in which the angle is defined.
Dim vector As IAgCrdnVectorAngleRate = DirectCast(provider.Vectors.Factory.Create("myVector", "a vector.perpendicular to the plane in which the angle is defined.", AgECrdnVectorType.eCrdnVectorTypeAngleRate), IAgCrdnVectorAngleRate)

CoClasses that Implement IAgCrdnVectorAngleRate

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1