AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_UseCustomizedList(
VARIANT_BOOL NewUseCustomizedList
);

[Java]
public bool getUseCustomizedList();public void setUseCustomizedList(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface