STK AstrogatorSend comments on this topic.
SecondaryBodyName Property (IAgVADesignER3BPSetup)
See Also
Windows





Windows & Linux

Description

Secondary Body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecondaryBodyName() As String
[C#]
public string SecondaryBodyName {get; set;}
[Managed C++]
public: __property String __gc ^ get_SecondaryBodyName();
public: __property void set_SecondaryBodyName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SecondaryBodyName(
    BSTR * pVal
);
public: HRESULT put_SecondaryBodyName(
    BSTR InVal
);
[Java]
public String getSecondaryBodyName();
public void setSecondaryBodyName(
    String
);
[Python - STK API ]
@property
def SecondaryBodyName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.