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





Windows & Linux

Description

Target object used in the access.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.