AGI STK Objects 11Send comments on this topic.
Override Property (IAgVePropagatorStkExternal)
See Also 
Windows






Windows & Linux

Description

Opt whether to override times contained in the external file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Override() As Boolean
[C#]
public bool Override {get; set;}
[Managed C++]
public: __property bool get_Override();
public: __property void set_Override(
   bool
);
[Unmanaged C++]
public: HRESULT get_Override(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_Override(
   VARIANT_BOOL NewOverride
);
[Java]
public bool getOverride();public void setOverride(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.