STK Vector Geometry ToolSend comments on this topic.
To Property (IAgCrdnVectorCross)
See Also
Windows





Windows & Linux

Description

Specify the second of the two vectors which define the vector cross product.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.