STK Vector Geometry ToolSend comments on this topic.
MeanElementType Property (IAgCrdnVectorOrbitAngularMomentum)
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 MeanElementType
);
[Java]
public AgECrdnMeanElementTheory getMeanElementType();
public void setMeanElementType(
    AgECrdnMeanElementTheory
);
[Python - STK API ]
@property
def MeanElementType(self) -> "AgECrdnMeanElementTheory":

@MeanElementType.setter
def MeanElementType(self, MeanElementType:"AgECrdnMeanElementTheory") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.