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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1