AGI STK Objects 11 Send comments on this topic.
LType Property (IAgOrbitStateDelaunay)
See Also 
Windows






Windows & Linux

Description

Option for Delaunay L (default or L/SQRT(mu).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LType() As AgEDelaunayLType

[C#]
public AgEDelaunayLType LType {get; set;}

[Managed C++]
public: __property AgEDelaunayLType get_LType();
public: __property void set_LType(
AgEDelaunayLType
);

[Unmanaged C++]
public: HRESULT get_LType(
AgEDelaunayLType * pRetVal
);
public: HRESULT put_LType(
AgEDelaunayLType NewLType
);

[Java]
public AgEDelaunayLType getLType();public void setLType(
AgEDelaunayLType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface