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