STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetPointingAlongVector(
    BSTR AlignmentVector,
    BSTR ConstraintVector,
    VARIANT ClockAngleOffset,
    IAgSnPtAlongVector ** ppIAgSnPtAlongVector
);
[Java]
public IAgSnPtAlongVector setPointingAlongVector(
    String AlignmentVector,
    String ConstraintVector,
    AgVariant ClockAngleOffset
);
[Python - STK API ]
def SetPointingAlongVector(self, AlignmentVector:str, ConstraintVector:str, ClockAngleOffset:typing.Any) -> "IAgSnPtAlongVector":

Parameters

AlignmentVector
ConstraintVector
ClockAngleOffset

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.