AGI STK Objects 11 Send comments on this topic.
SetPointingAlongVector Method (IAgSnCommonTasks)
See Also 
AlignmentVector
ConstraintVector
ClockAngleOffset
Windows






Windows & Linux

Description

Sets the pointing method to Along Vector.

Syntax

[Visual Basic .NET]
Public Function SetPointingAlongVector( _
   ByVal AlignmentVector As String, _
   ByVal ConstraintVector As String, _
   ByVal ClockAngleOffset As System.Object _
) As IAgSnPtAlongVector

[C#]
public IAgSnPtAlongVector SetPointingAlongVector(
string AlignmentVector,
string ConstraintVector,
System.Object ClockAngleOffset
);

[Managed C++]
public: IAgSnPtAlongVector^ SetPointingAlongVector(
String __gc ^ AlignmentVector,
String __gc ^ ConstraintVector,
VARIANT ClockAngleOffset
);

[Java]
public IAgSnPtAlongVector setPointingAlongVector(
String AlignmentVector,
String ConstraintVector,
Variant ClockAngleOffset
);

[Unmanaged C++]
public: HRESULT SetPointingAlongVector(
BSTR AlignmentVector,
BSTR ConstraintVector,
VARIANT ClockAngleOffset,
IAgSnPtAlongVector ** ReturnValue
);

Parameters

AlignmentVector
ConstraintVector
ClockAngleOffset

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface