STK ObjectsSend comments on this topic.
PointCoverage Property (IAgCvGridInspector)
See Also
Windows





Windows & Linux

Description

Accesses for the point selected in the graphics window.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PointCoverage() As IAgDataProviderInfo
[C#]
public IAgDataProviderInfo PointCoverage {get;}
[Managed C++]
public: __property IAgDataProviderInfo ^ get_PointCoverage();
[Unmanaged C++]
public: HRESULT get_PointCoverage(
    IAgDataProviderInfo ** ppRetVal
);
[Java]
public IAgDataProviderInfo getPointCoverage();
[Python - STK API ]
@property
def PointCoverage(self) -> "IAgDataProviderInfo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.