STK AstrogatorSend comments on this topic.
TargetBodyName Property (IAgVABDotRCalc)
See Also
Windows





Windows & Linux

Description

The target body for B-plane computation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetBodyName() As String
[C#]
public string TargetBodyName {get; set;}
[Managed C++]
public: __property String __gc ^ get_TargetBodyName();
public: __property void set_TargetBodyName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_TargetBodyName(
    BSTR * pVal
);
public: HRESULT put_TargetBodyName(
    BSTR InVal
);
[Java]
public String getTargetBodyName();
public void setTargetBodyName(
    String
);
[Python - STK API ]
@property
def TargetBodyName(self) -> str:

@TargetBodyName.setter
def TargetBodyName(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.