AGI STK Objects 11Send comments on this topic.
RemoveAt Method (IAgAntennaBeamCollection)
See Also
index
Windows






Windows & Linux

Description

Removes the layer with the specified index.

Syntax

[Visual Basic .NET]
Public Sub RemoveAt( _
    ByVal index As Integer _
) As 
[C#]
public void RemoveAt(
    int index
);
[Managed C++]
public: void RemoveAt(
    int index
);
[Java]
public void removeAt(
    Integer index
);
[Unmanaged C++]
public: HRESULT RemoveAt(
    int index
);

Parameters

index

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.