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






Windows & Linux

Description

Which type of element (osculating or mean).

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.