AGI STK Objects 11Send 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 
[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 ** ppIAgSnPtAlongVector
);

Parameters

AlignmentVector
ConstraintVector
ClockAngleOffset

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.