AGI STK Astrogator 11Send comments on this topic.
Weight Property (IAgVADEResult)
See Also 
Windows






Windows & Linux

Description

[Support Removed] The factor by which the constraint error is to be multiplied.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Weight() As Double
[C#]
public double Weight {get; set;}
[Managed C++]
public: __property double get_Weight();
public: __property void set_Weight(
   double
);
[Unmanaged C++]
public: HRESULT get_Weight(
   double * pRetVal
);
public: HRESULT put_Weight(
   double NewWeight
);
[Java]
public double getWeight();public void setWeight(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.