STK Vector Geometry ToolSend 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 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.