AGI STK Astrogator 11Send comments on this topic.
Sequence Property (IAgVALightingStoppingCondition)
See Also 
Windows






Windows & Linux

Description

The automatic sequence to trigger if the highlighted stopping condition is satisfied.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sequence() As String
[C#]
public string Sequence {get; set;}
[Managed C++]
public: __property String __gc ^ get_Sequence();
public: __property void set_Sequence(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_Sequence(
   BSTR * pRetVal
);
public: HRESULT put_Sequence(
   BSTR NewSequence
);
[Java]
public String getSequence();public void setSequence(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.