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





Description

The element type.

Property type

Read-write property

Syntax

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

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

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

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

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1