STK Vector Geometry ToolSend comments on this topic.
MeanElementType Property (IAgCrdnVectorOrbitNormal)
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
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.