STK ObjectsSend comments on this topic.
InsertAt Method (IAgScatteringPointProviderCollection)
See Also
index
Windows





Windows & Linux

Description

Inserts a new scattering point provider element at the supplied index, configured with a component with the supplied identifier.

Syntax

[Visual Basic .NET]
Public Function InsertAt( _
    ByVal index As Integer _
) As IAgScatteringPointProviderCollectionElement
[Managed C++]
public: IAgScatteringPointProviderCollectionElement^ InsertAt(
    int index
);
[Unmanaged C++]
public: HRESULT InsertAt(
    int index,
    IAgScatteringPointProviderCollectionElement ** ppVal
);
[Java]
public IAgScatteringPointProviderCollectionElement insertAt(
    Integer index
);
[Python - STK API ]
def InsertAt(self, index:int) -> "IAgScatteringPointProviderCollectionElement":

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.