STK ObjectsSend comments on this topic.
GetGridPointSelection Method (IAgCvGridInspector)
See Also
Windows





Windows & Linux

Description

Returns a collection of grid points that allows the user to select points into the grid inspector.

Syntax

[Visual Basic .NET]
Public Function GetGridPointSelection() As IAgCvGridPointSelection
[C#]
public IAgCvGridPointSelection GetGridPointSelection();
[Managed C++]
public: IAgCvGridPointSelection ^ GetGridPointSelection();
[Unmanaged C++]
public: HRESULT GetGridPointSelection(
    IAgCvGridPointSelection ** ppRetVal
);
[Java]
public IAgCvGridPointSelection getGridPointSelection();
[Python - STK API ]
def GetGridPointSelection(self) -> "IAgCvGridPointSelection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.