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






Windows & Linux

Description

Sets the current antenna model by name.

Syntax

[Visual Basic .NET]
Public Sub SetEmbeddedModel( _
    ByVal ModelName As String _
) As 
[C#]
public void SetEmbeddedModel(
    string ModelName
);
[Managed C++]
public: void SetEmbeddedModel(
    String __gc ^ ModelName
);
[Java]
public void setEmbeddedModel(
    String ModelName
);
[Unmanaged C++]
public: HRESULT SetEmbeddedModel(
    BSTR ModelName
);

Parameters

ModelName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.