AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.