AGI STK Astrogator 11 Send comments on this topic.
Inherited Property (IAgVAStoppingCondition)
See Also 





Description

Condition Inherited by Automatic Sequences - if true, the stopping condition will be applied to any automatic sequences activated within the same segment. If the stopping condition is met while an automatic sequence is executing, and this option is not selected, then the stopping condition will be ignored.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_Inherited();
public: __property void set_Inherited(
bool
);

[Unmanaged C++]
public: HRESULT get_Inherited(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Inherited(
VARIANT_BOOL NewInherited
);

[Java]
public bool getInherited();public void setInherited(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1