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





Windows & Linux

Description

Gets or sets the missile body's width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BodyWidth() As Double
[C#]
public double BodyWidth {get; set;}
[Managed C++]
public: __property double get_BodyWidth();
public: __property void set_BodyWidth( double );
[Unmanaged C++]
public: HRESULT get_BodyWidth(
    double * pVal
);
public: HRESULT put_BodyWidth(
    double newVal
);
[Java]
public double getBodyWidth();
public void setBodyWidth(
    double
);
[Python - STK API ]
@property
def BodyWidth(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.