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






Windows & Linux

Description

Gets or sets the alpha M.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AlphaM() As System.Object
[C#]
public System.Object AlphaM {get; set;}
[Managed C++]
public: __property VARIANT get_AlphaM();
public: __property void set_AlphaM(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_AlphaM(
   VARIANT * pRetVal
);
public: HRESULT put_AlphaM(
   VARIANT NewAlphaM
);
[Java]
public Variant getAlphaM();public void setAlphaM(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.