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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface