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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.