AGI AgSearch 11 Send comments on this topic.
CreateGrid Method (IAgPluginSearchStatusGrid)
See Also 
NumRows
NumCols





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

[Java]
public  createGrid(
ppInteger NumRows,
ppInteger NumCols
);

[Unmanaged C++]
public: HRESULT CreateGrid(
int NumRows,
int NumCols
);

Parameters

NumRows
NumCols

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1