AGI STK Graphics Plugins 11 Send comments on this topic.
Remove Method (IAgStkGraphicsPluginTileCollection)
See Also 
Index





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
);

[Java]
public  remove(
ppInteger Index
);

[Unmanaged C++]
public: HRESULT Remove(
int Index
);

Parameters

Index

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1