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





Windows & Linux

Description

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

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.