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






Windows & Linux

Description

Exclude Time Intervals

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ExclIntvl();
public: __property void set_ExclIntvl(
bool
);

[Unmanaged C++]
public: HRESULT get_ExclIntvl(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ExclIntvl(
VARIANT_BOOL NewExclIntvl
);

[Java]
public bool getExclIntvl();public void setExclIntvl(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface