AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_LType(
    AgEDelaunayLType vL
);
[Java]
public AgEDelaunayLType getLType();
public void setLType(
    AgEDelaunayLType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.