AGI STK Objects 11 Send comments on this topic.
UseCustomizedList Property (IAgVeEclipseBodies)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1