STK AstrogatorSend comments on this topic.
Properties Property (IAgVAStoppingConditionElement)
See Also
Windows





Windows & Linux

Description

Get the properties available to the stopping condition.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Properties() As IAgVAStoppingConditionComponent
[C#]
public IAgVAStoppingConditionComponent Properties {get;}
[Managed C++]
public: __property IAgVAStoppingConditionComponent ^ get_Properties();
[Unmanaged C++]
public: HRESULT get_Properties(
    IAgVAStoppingConditionComponent ** ppRetVal
);
[Java]
public IAgVAStoppingConditionComponent getProperties();
[Python - STK API ]
@property
def Properties(self) -> "IAgVAStoppingConditionComponent":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.