STK AstrogatorSend comments on this topic.
C3Energy Property (IAgVAElementTargetVectorIncomingAsymptote)
See Also
Windows





Windows & Linux

Description

C3Energy (Rate squared).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property C3Energy() As Double
[C#]
public double C3Energy {get; set;}
[Managed C++]
public: __property double get_C3Energy();
public: __property void set_C3Energy( double );
[Unmanaged C++]
public: HRESULT get_C3Energy(
    double * pVal
);
public: HRESULT put_C3Energy(
    double newVal
);
[Java]
public double getC3Energy();
public void setC3Energy(
    double
);
[Python - STK API ]
@property
def C3Energy(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.