Returns a collection of grid points that allows the user to select points into the grid inspector.
[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": |