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





Windows & Linux

Description

Gets or sets the missile nose's length.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NoseLength() As Double
[C#]
public double NoseLength {get; set;}
[Managed C++]
public: __property double get_NoseLength();
public: __property void set_NoseLength( double );
[Unmanaged C++]
public: HRESULT get_NoseLength(
    double * pVal
);
public: HRESULT put_NoseLength(
    double newVal
);
[Java]
public double getNoseLength();
public void setNoseLength(
    double
);
[Python - STK API ]
@property
def NoseLength(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.