AGI STK VGT 11 Send comments on this topic.
MeanElementType Property (IAgCrdnVectorEccentricity)
See Also 





Description

Specify the mean element theory type for approximating motion.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MeanElementType() As AgECrdnMeanElementTheory

[C#]
public AgECrdnMeanElementTheory MeanElementType {get; set;}

[Managed C++]
public: __property AgECrdnMeanElementTheory get_MeanElementType();
public: __property void set_MeanElementType(
AgECrdnMeanElementTheory
);

[Unmanaged C++]
public: HRESULT get_MeanElementType(
AgECrdnMeanElementTheory * pRetVal
);
public: HRESULT put_MeanElementType(
AgECrdnMeanElementTheory NewMeanElementType
);

[Java]
public AgECrdnMeanElementTheory getMeanElementType();public void setMeanElementType(
AgECrdnMeanElementTheory
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1