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





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT Get(
    int Index,
    IAgStkGraphicsPluginTile ** ppTile
);
[Java]
public IAgStkGraphicsPluginTile get(
    Integer Index
);

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.