STK ObjectsSend comments on this topic.
BodyName Property (IAgVePropagatorSPICE)
See Also
Windows





Windows & Linux

Description

Body name.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BodyName() As String
[C#]
public string BodyName {get; set;}
[Managed C++]
public: __property String __gc ^ get_BodyName();
public: __property void set_BodyName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_BodyName(
    BSTR * pVal
);
public: HRESULT put_BodyName(
    BSTR BodyName
);
[Java]
public String getBodyName();
public void setBodyName(
    String
);
[Python - STK API ]
@property
def BodyName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.