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





Windows & Linux

Description

Summary of the coverage intervals for the selected region, including access start and end times, duration of each interval and the percentage of the region covered during each pass.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.