Specify the mean element theory type for approximating motion.
Read-write property
[Visual Basic .NET] |
---|
Public Property MeanElementType() As AgECrdnMeanElementTheory |
[C#] |
---|
public AgECrdnMeanElementTheory MeanElementType {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnMeanElementTheory get_MeanElementType(); |
[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: |