STK ObjectsSend comments on this topic.
AvailableTargetObjects Property (IAgPointingStrategyTargeted)
See Also
Windows





Windows & Linux

Description

Gets or the available pointing targets.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.