STK Vector Geometry ToolSend comments on this topic.
VectorFrom Property (IAgCrdnAngleFindResult)
See Also
Windows





Windows & Linux

Description

The first of the two vectors the angle is measured.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.