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






Windows & Linux

Description

Gets or sets the beam active flag.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Active() As Boolean
[C#]
public bool Active {get; set;}
[Managed C++]
public: __property bool get_Active();
public: __property void set_Active(
   bool
);
[Unmanaged C++]
public: HRESULT get_Active(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_Active(
   VARIANT_BOOL NewActive
);
[Java]
public bool getActive();
public void setActive(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.