AGI STK Objects 11 Send comments on this topic.
SelectRegion Method (IAgCvGridInspector)
See Also 
RegionName
Windows






Windows & Linux

Description

Selects a region.

Syntax

[Visual Basic .NET]
Public Sub SelectRegion( _
   ByVal RegionName As String _
) 

[C#]
public void SelectRegion(
string RegionName
);

[Managed C++]
public: void SelectRegion(
String __gc ^ RegionName
);

[Java]
public  selectRegion(
String RegionName
);

[Unmanaged C++]
public: HRESULT SelectRegion(
BSTR RegionName
);

Parameters

RegionName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface