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





Description

Vector defined by its start and end points.

Object Model




Public Properties

Public Property Apparent Controls whether to take a light speed delay into account.
Public Property Destination Specify the vector's destination point.
Public Property IgnoreAbberation Set to true if you do not want to calculate the abberation correction. This property is read-only if Apparent is set to false.
Public Property Origin Specify the vector's origin point.
Public Property ReferenceSystem Specify a frame in which the light time delay is computed. This property is read-only if Apparent is set to false.
Public Property SignalSense Specify a sense of signal transmission. This property is read-only if Apparent is set to false.

Remarks

Vector defined by its start and end points. To take light speed delay into account (from the perspective of the start point), set the value of Apparent, Set IgnoreAberration if you don't want to calculate the aberration correction. Define the sense of the signal transmission, and define the frame in which the light time delay is computed using the ReferenceSystem.

Example

Create a displacement vector defined by its origin and destination points.
[C#] Copy Code
//Create a displacement vector with two specified points 
IAgCrdnVectorDisplacement vector = provider.Vectors.Factory.CreateDisplacementVector( 
    "VectorName", OriginPoint, DestinationPoint); 
 

Create a displacement vector defined by its origin and destination points.
[Visual Basic .NET] Copy Code
'Create a displacement vector with two specified points
Dim vector As IAgCrdnVectorDisplacement = provider.Vectors.Factory.CreateDisplacementVector("VectorName", OriginPoint, DestinationPoint)

CoClasses that Implement IAgCrdnVectorDisplacement

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1