STK ObjectsSend 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 * pVal
);
public: HRESULT put_EndGapOption(
    AgEFmEndGapOption EndGapOption
);
[Java]
public AgEFmEndGapOption getEndGapOption();
public void setEndGapOption(
    AgEFmEndGapOption
);
[Python - STK API ]
@property
def EndGapOption(self) -> "AgEFmEndGapOption":

@EndGapOption.setter
def EndGapOption(self, EndGapOption:"AgEFmEndGapOption") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.