AGI STK Objects 11Send comments on this topic.
SelectRegion Method (IAgFmGridInspector)
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

© 2018 Analytical Graphics, Inc. All Rights Reserved.