AGI STK VGT 11 Send comments on this topic.
PointType Property (IAgCrdnAxesLagrangeLibration)
See Also 





Description

Specify a lagrange point (L1, L2, etc.)

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointType() As AgECrdnLagrangeLibrationPointType

[C#]
public AgECrdnLagrangeLibrationPointType PointType {get; set;}

[Managed C++]
public: __property AgECrdnLagrangeLibrationPointType get_PointType();
public: __property void set_PointType(
AgECrdnLagrangeLibrationPointType
);

[Unmanaged C++]
public: HRESULT get_PointType(
AgECrdnLagrangeLibrationPointType * pRetVal
);
public: HRESULT put_PointType(
AgECrdnLagrangeLibrationPointType NewPointType
);

[Java]
public AgECrdnLagrangeLibrationPointType getPointType();public void setPointType(
AgECrdnLagrangeLibrationPointType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1