STK ObjectsSend comments on this topic.
IsTargeted Property (IAgSnVO)
See Also
Windows





Windows & Linux

Description

Is the sensor targeted?

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsTargeted() As Boolean
[C#]
public bool IsTargeted {get;}
[Managed C++]
public: __property bool get_IsTargeted();
[Unmanaged C++]
public: HRESULT get_IsTargeted(
    VARIANT_BOOL * pVal
);
[Java]
public bool getIsTargeted();
[Python - STK API ]
@property
def IsTargeted(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.