STK ObjectsSend comments on this topic.
UseCustomizedList Property (IAgVeEclipseBodies)
See Also
Windows





Windows & Linux

Description

Property used to specify whether or not to use the customized list of central bodies.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseCustomizedList() As Boolean
[C#]
public bool UseCustomizedList {get; set;}
[Managed C++]
public: __property bool get_UseCustomizedList();
public: __property void set_UseCustomizedList( bool );
[Unmanaged C++]
public: HRESULT get_UseCustomizedList(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseCustomizedList(
    VARIANT_BOOL bInVal
);
[Java]
public bool getUseCustomizedList();
public void setUseCustomizedList(
    bool
);
[Python - STK API ]
@property
def UseCustomizedList(self) -> bool:

@UseCustomizedList.setter
def UseCustomizedList(self, bInVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.