STK AstrogatorSend comments on this topic.
Remove Method (IAgVAProfileCollection)
See Also
IndexOrProfileName
Windows





Windows & Linux

Description

Removes an item from the profile collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal IndexOrProfileName As System.Object _
)
[C#]
public void Remove(
    System.Object IndexOrProfileName
);
[Managed C++]
public: void Remove(
    VARIANT IndexOrProfileName
);
[Unmanaged C++]
public: HRESULT Remove(
    VARIANT IndexOrProfileName
);
[Java]
public void remove(
    AgVariant IndexOrProfileName
);
[Python - STK API ]
def Remove(self, IndexOrProfileName:typing.Any) -> None:

Parameters

IndexOrProfileName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.