STK ObjectsSend 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 * pVal
);
public: HRESULT put_SizeType(
    AgEGeodeticSize vSize
);
[Java]
public AgEGeodeticSize getSizeType();
public void setSizeType(
    AgEGeodeticSize
);
[Python - STK API ]
@property
def SizeType(self) -> "AgEGeodeticSize":

@SizeType.setter
def SizeType(self, vSize:"AgEGeodeticSize") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.