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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface