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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.