STK AgGraphicsPluginSend comments on this topic.
Remove Method (IAgStkGraphicsPluginTileCollection)
See Also
Index
Windows





Windows & Linux

Description

Remove tile at 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(
    int Index
);
[Java]
public void remove(
    Integer Index
);

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.