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






Windows & Linux

Description

Controls consideration of gaps at ends of the analysis interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EndGapOption() As AgEFmEndGapOption
[C#]
public AgEFmEndGapOption EndGapOption {get; set;}
[Managed C++]
public: __property AgEFmEndGapOption get_EndGapOption();
public: __property void set_EndGapOption(
   AgEFmEndGapOption
);
[Unmanaged C++]
public: HRESULT get_EndGapOption(
   AgEFmEndGapOption * pRetVal
);
public: HRESULT put_EndGapOption(
   AgEFmEndGapOption NewEndGapOption
);
[Java]
public AgEFmEndGapOption getEndGapOption();public void setEndGapOption(
   AgEFmEndGapOption
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.