AGI STK Objects 11 Send comments on this topic.
ActiveCommSystem Property (IAgRFEnvironment)
See Also 





Description

Gets or sets the active CommSystem object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ActiveCommSystem() As String

[C#]
public string ActiveCommSystem {get; set;}

[Managed C++]
public: __property String __gc ^ get_ActiveCommSystem();
public: __property void set_ActiveCommSystem(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ActiveCommSystem(
BSTR * pRetVal
);
public: HRESULT put_ActiveCommSystem(
BSTR NewActiveCommSystem
);

[Java]
public String getActiveCommSystem();public void setActiveCommSystem(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1