STK AstrogatorSend comments on this topic.
ElementType Property (IAgVAStateCalcOrbitDelaunayG)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_ElementType(
    AgEVAElement InVal
);
[Java]
public AgEVAElement getElementType();
public void setElementType(
    AgEVAElement
);
[Python - STK API ]
@property
def ElementType(self) -> "AgEVAElement":

@ElementType.setter
def ElementType(self, InVal:"AgEVAElement") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.