STK Vector Geometry ToolSend comments on this topic.
Destination Property (IAgCrdnVectorDisplacement)
See Also
Windows





Windows & Linux

Description

Specify the vector's destination point.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.