STK ObjectsSend comments on this topic.
Remove Method (IAg3DTilesetCollection)
See Also
Index
Windows





Windows & Linux

Description

Removes a given index from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal Index As Integer _
)
[C#]
public void Remove(
    int Index
);
[Managed C++]
public: void Remove(
    int Index
);
[Unmanaged C++]
public: HRESULT Remove(
    long Index
);
[Java]
public void remove(
    int Index
);
[Python - STK API ]
def Remove(self, Index:int) -> None:

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.