STK ObjectsSend comments on this topic.
Size Property (IAgOrbitStateGeodetic)
See Also
Windows





Windows & Linux

Description

The value of the altitude or radius.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Size() As IAgGeodeticSize
[C#]
public IAgGeodeticSize Size {get;}
[Managed C++]
public: __property IAgGeodeticSize ^ get_Size();
[Unmanaged C++]
public: HRESULT get_Size(
    IAgGeodeticSize ** ppVal
);
[Java]
public IAgGeodeticSize getSize();
[Python - STK API ]
@property
def Size(self) -> "IAgGeodeticSize":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.