STK AviatorSend comments on this topic.
RefWeight Property (IAgAvtrAeroPropManeuverModeHelper)
See Also
Windows





Windows & Linux

Description

Gets or sets the reference weight.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RefWeight() As Double
[C#]
public double RefWeight {get; set;}
[Managed C++]
public: __property double get_RefWeight();
public: __property void set_RefWeight( double );
[Unmanaged C++]
public: HRESULT get_RefWeight(
    double * pVal
);
public: HRESULT put_RefWeight(
    double newVal
);
[Java]
public double getRefWeight();
public void setRefWeight(
    double
);
[Python - STK API ]
@property
def RefWeight(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.