STK AviatorSend comments on this topic.
TargetName Property (IAgAvtrBasicManeuverStrategyRelativeBearing)
See Also
Windows





Windows & Linux

Description

Gets or sets the target name.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetName() As String
[C#]
public string TargetName {get; set;}
[Managed C++]
public: __property String __gc ^ get_TargetName();
public: __property void set_TargetName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_TargetName(
    BSTR * pVal
);
public: HRESULT put_TargetName(
    BSTR newVal
);
[Java]
public String getTargetName();
public void setTargetName(
    String
);
[Python - STK API ]
@property
def TargetName(self) -> str:

@TargetName.setter
def TargetName(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.