STK ObjectsSend comments on this topic.
Targets Property (IAgSnPtTargeted)
See Also
Windows





Windows & Linux

Description

Get the collection of objects assigned as targets for the sensor.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.