STK AgSearchSend comments on this topic.
CreateGrid Method (IAgPluginSearchStatusGrid)
See Also
NumRows
NumCols
Windows





Windows & Linux

Description

Creates the grid.

Syntax

[Visual Basic .NET]
Public Sub CreateGrid( _
    ByVal NumRows As Integer, _
    ByVal NumCols As Integer _
)
[C#]
public void CreateGrid(
    int NumRows,
    int NumCols
);
[Managed C++]
public: void CreateGrid(
    int NumRows,
    int NumCols
);
[Unmanaged C++]
public: HRESULT CreateGrid(
    int NumRows,
    int NumCols
);
[Java]
public void createGrid(
    Integer NumRows,
    Integer NumCols
);

Parameters

NumRows
NumCols

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.