AGI STK Objects 11 Send comments on this topic.
SizeType Property (IAgOrbitStateGeodetic)
See Also 





Description

The element (altitude or radius) used to specify size.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SizeType() As AgEGeodeticSize

[C#]
public AgEGeodeticSize SizeType {get; set;}

[Managed C++]
public: __property AgEGeodeticSize get_SizeType();
public: __property void set_SizeType(
AgEGeodeticSize
);

[Unmanaged C++]
public: HRESULT get_SizeType(
AgEGeodeticSize * pRetVal
);
public: HRESULT put_SizeType(
AgEGeodeticSize NewSizeType
);

[Java]
public AgEGeodeticSize getSizeType();public void setSizeType(
AgEGeodeticSize
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1