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





Description

Get tile at index.

Syntax

[Visual Basic .NET]
Public Function Get( _
   ByVal Index As Integer _
) As IAgStkGraphicsPluginTile

[C#]
public IAgStkGraphicsPluginTile Get(
int Index
);

[Managed C++]
public: IAgStkGraphicsPluginTile^ Get(
int Index
);

[Java]
public IAgStkGraphicsPluginTile get(
ppInteger Index
);

[Unmanaged C++]
public: HRESULT Get(
int Index,
IAgStkGraphicsPluginTile ** ReturnValue
);

Parameters

Index

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1