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





Windows & Linux

Description

The probability of coverage for the point selected in the graphics window being achieved as a function of the time past a request for coverage.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.