STK AviatorSend comments on this topic.
BodyLength Property (IAgAvtrMissileAdvancedAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the missile body's length.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BodyLength() As Double
[C#]
public double BodyLength {get; set;}
[Managed C++]
public: __property double get_BodyLength();
public: __property void set_BodyLength( double );
[Unmanaged C++]
public: HRESULT get_BodyLength(
    double * pVal
);
public: HRESULT put_BodyLength(
    double newVal
);
[Java]
public double getBodyLength();
public void setBodyLength(
    double
);
[Python - STK API ]
@property
def BodyLength(self) -> float:

@BodyLength.setter
def BodyLength(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.