STK AstrogatorSend comments on this topic.
JoiningConditions Property (IAgVAMCSFollow)
See Also
Windows





Windows & Linux

Description

If joining conditions are specified, the list of joining conditions.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property JoiningConditions() As IAgVAStoppingConditionCollection
[C#]
public IAgVAStoppingConditionCollection JoiningConditions {get;}
[Managed C++]
public: __property IAgVAStoppingConditionCollection ^ get_JoiningConditions();
[Unmanaged C++]
public: HRESULT get_JoiningConditions(
    IAgVAStoppingConditionCollection ** ppVAStoppingConditionCollection
);
[Java]
public IAgVAStoppingConditionCollection getJoiningConditions();
[Python - STK API ]
@property
def JoiningConditions(self) -> "IAgVAStoppingConditionCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.