AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_AverageTimeChoice(
AgETroposphericScintillationAverageTimeChoices NewAverageTimeChoice
);

[Java]
public AgETroposphericScintillationAverageTimeChoices getAverageTimeChoice();public void setAverageTimeChoice(
AgETroposphericScintillationAverageTimeChoices
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface