AGI STK Objects 11 Send comments on this topic.
CoordinatedPrior1993 Property (IAgAntennaModelItuS465)
See Also 





Description

Gets or sets whether or not the antenna was coordinated prior to 1993.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordinatedPrior1993() As Boolean

[C#]
public bool CoordinatedPrior1993 {get; set;}

[Managed C++]
public: __property bool get_CoordinatedPrior1993();
public: __property void set_CoordinatedPrior1993(
bool
);

[Unmanaged C++]
public: HRESULT get_CoordinatedPrior1993(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_CoordinatedPrior1993(
VARIANT_BOOL NewCoordinatedPrior1993
);

[Java]
public bool getCoordinatedPrior1993();public void setCoordinatedPrior1993(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1