Gets or sets the missile body's length.
Read-write property
[Visual Basic .NET] |
---|
Public Property BodyLength() As Double |
[C#] |
---|
public double BodyLength {get; set;} |
[Managed C++] |
---|
public: __property double get_BodyLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_BodyLength( double * pVal ); public: HRESULT put_BodyLength( double newVal ); |
[Java] |
---|
public double getBodyLength(); public void setBodyLength( double ); |