AGI STK Objects 11 Send comments on this topic.
InsertAt Method (IAgAntennaBeamCollection)
See Also 
Index





Description

Inserts a new beam and the supplied index.

Syntax

[Visual Basic .NET]
Public Function InsertAt( _
   ByVal Index As Integer _
) As IAgAntennaBeam

[C#]
public IAgAntennaBeam InsertAt(
int Index
);

[Managed C++]
public: IAgAntennaBeam^ InsertAt(
int Index
);

[Java]
public IAgAntennaBeam insertAt(
ppInteger Index
);

[Unmanaged C++]
public: HRESULT InsertAt(
int Index,
IAgAntennaBeam ** ReturnValue
);

Parameters

Index

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1