AGI STK Objects 11Send comments on this topic.
AverageTimeChoice Property (IAgTroposphericScintillationFadingLossModelP618_12)
See Also
Windows






Windows & Linux

Description

Gets or sets the Unknown TropoScintillation average fade time choice Choice.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AverageTimeChoice() As AgETroposphericScintillationAverageTimeChoices
[C#]
public AgETroposphericScintillationAverageTimeChoices AverageTimeChoice {get; set;}
[Managed C++]
public: __property AgETroposphericScintillationAverageTimeChoices get_AverageTimeChoice();
public: __property void set_AverageTimeChoice( AgETroposphericScintillationAverageTimeChoices );
[Unmanaged C++]
public: HRESULT get_AverageTimeChoice(
    AgETroposphericScintillationAverageTimeChoices * pVal
);
public: HRESULT put_AverageTimeChoice(
    AgETroposphericScintillationAverageTimeChoices Val
);
[Java]
public AgETroposphericScintillationAverageTimeChoices getAverageTimeChoice();
public void setAverageTimeChoice(
    AgETroposphericScintillationAverageTimeChoices
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.