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++] |
---|
public: HRESULT get_PointType( AgECrdnLagrangeLibrationPointType * pRetVal ); public: HRESULT put_PointType( AgECrdnLagrangeLibrationPointType PointType ); |
[Java] |
---|
public AgECrdnLagrangeLibrationPointType getPointType(); public void setPointType( AgECrdnLagrangeLibrationPointType ); |
[Python - STK API ] |
---|
@property def PointType(self) -> "AgECrdnLagrangeLibrationPointType": @PointType.setter def PointType(self, PointType:"AgECrdnLagrangeLibrationPointType") -> None: |