Specify a lagrange point (L1, L2, etc.)
Read-write property
| [Visual Basic .NET] |
|---|
Public Property PointType() As AgECrdnLagrangeLibrationPointType |
| [C#] |
|---|
public AgECrdnLagrangeLibrationPointType PointType {get; set;} |
| [Managed C++] |
|---|
public: __property AgECrdnLagrangeLibrationPointType get_PointType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECrdnLagrangeLibrationPointType getPointType(); public void setPointType( AgECrdnLagrangeLibrationPointType ); |
| [Python - STK API] |
|---|
@property def PointType(self) -> "AgECrdnLagrangeLibrationPointType": @PointType.setter def PointType(self, PointType:"AgECrdnLagrangeLibrationPointType") -> None: |





