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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableTargets() As System.Array
[C#]
public System.Array AvailableTargets {get;}
[Managed C++]
public: __property System::Array get_AvailableTargets();
[Unmanaged C++]
public: HRESULT get_AvailableTargets(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableTargets();
[Python - STK API ]
@property
def AvailableTargets(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.