AGI STK Objects 11 Send comments on this topic.
SizeShapeType Property (IAgOrbitStateEquinoctial)
See Also 





Description

The orbit size option can be Mean Motion or Semimajor Axis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SizeShapeType() As AgEEquinoctialSizeShape

[C#]
public AgEEquinoctialSizeShape SizeShapeType {get; set;}

[Managed C++]
public: __property AgEEquinoctialSizeShape get_SizeShapeType();
public: __property void set_SizeShapeType(
AgEEquinoctialSizeShape
);

[Unmanaged C++]
public: HRESULT get_SizeShapeType(
AgEEquinoctialSizeShape * pRetVal
);
public: HRESULT put_SizeShapeType(
AgEEquinoctialSizeShape NewSizeShapeType
);

[Java]
public AgEEquinoctialSizeShape getSizeShapeType();public void setSizeShapeType(
AgEEquinoctialSizeShape
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1