STK ObjectsSend comments on this topic.
Target Property (IAgVeTargetPointingElement)
See Also
Windows





Windows & Linux

Description

Get a reference to the targeted object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Target() As IAgLinkToObject
[C#]
public IAgLinkToObject Target {get;}
[Managed C++]
public: __property IAgLinkToObject ^ get_Target();
[Unmanaged C++]
public: HRESULT get_Target(
    IAgLinkToObject ** ppVal
);
[Java]
public IAgLinkToObject getTarget();
[Python - STK API ]
@property
def Target(self) -> "IAgLinkToObject":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.