STK Vector Geometry ToolSend comments on this topic.
ToVector Property (IAgCrdnAngleBetweenVectors)
See Also
Windows





Windows & Linux

Description

Specify the second of the two vectors the angle is measured.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ToVector() As IAgCrdnVectorRefTo
[C#]
public IAgCrdnVectorRefTo ToVector {get;}
[Managed C++]
public: __property IAgCrdnVectorRefTo ^ get_ToVector();
[Unmanaged C++]
public: HRESULT get_ToVector(
    IAgCrdnVectorRefTo ** ppRetVal
);
[Java]
public IAgCrdnVectorRefTo getToVector();
[Python - STK API ]
@property
def ToVector(self) -> "IAgCrdnVectorRefTo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.