AGI STK Astrogator 11 Send comments on this topic.
ElementType Property (IAgVAStateCalcOrbitDelaunayG)
See Also 





Description

Choice of osculating or mean elements

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElementType() As AgEVAElement

[C#]
public AgEVAElement ElementType {get; set;}

[Managed C++]
public: __property AgEVAElement get_ElementType();
public: __property void set_ElementType(
AgEVAElement
);

[Unmanaged C++]
public: HRESULT get_ElementType(
AgEVAElement * pRetVal
);
public: HRESULT put_ElementType(
AgEVAElement NewElementType
);

[Java]
public AgEVAElement getElementType();public void setElementType(
AgEVAElement
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1