STK ObjectsSend comments on this topic.
RemoveAt Method (IAgBeerBouguerLambertLawLayerCollection)
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 _
)
[C#]
public void RemoveAt(
    int index
);
[Managed C++]
public: void RemoveAt(
    int index
);
[Unmanaged C++]
public: HRESULT RemoveAt(
    int index
);
[Java]
public void removeAt(
    Integer index
);
[Python - STK API ]
def RemoveAt(self, index:int) -> None:

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.