AGI STK Astrogator 11 Send comments on this topic.
UseDefaults Property (IAgVAProfileDEOptimizer)
See Also 





Description

Use defaults for general options.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseDefaults() As Boolean

[C#]
public bool UseDefaults {get; set;}

[Managed C++]
public: __property bool get_UseDefaults();
public: __property void set_UseDefaults(
bool
);

[Unmanaged C++]
public: HRESULT get_UseDefaults(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseDefaults(
VARIANT_BOOL NewUseDefaults
);

[Java]
public bool getUseDefaults();public void setUseDefaults(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1