AGI STK Objects 11 Send comments on this topic.
SetModel Method (IAgAntenna)
See Also 
ModelName
Windows






Windows & Linux

Description

Sets the current antenna model by name.

Syntax

[Visual Basic .NET]
Public Sub SetModel( _
   ByVal ModelName As String _
) 

[C#]
public void SetModel(
string ModelName
);

[Managed C++]
public: void SetModel(
String __gc ^ ModelName
);

[Java]
public  setModel(
String ModelName
);

[Unmanaged C++]
public: HRESULT SetModel(
BSTR ModelName
);

Parameters

ModelName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface