Returns a list of the computed access
interval times.
Read-only property
[Visual Basic .NET] |
---|
Public Property ComputedAccessIntervalTimes() As IAgIntervalCollection
|
[C#] |
---|
public IAgIntervalCollection ComputedAccessIntervalTimes {get;}
|
[Managed C++] |
---|
public: __property IAgIntervalCollection^ get_ComputedAccessIntervalTimes();
|
[Unmanaged C++] |
---|
public: HRESULT get_ComputedAccessIntervalTimes(
|
[Java] |
---|
public IAgIntervalCollection getComputedAccessIntervalTimes();
|
Compute and extract
access interval times
[C#] | Copy Code | |
---|---|---|
|
Compute and extract
access interval times
[Visual Basic .NET] | Copy Code | |
---|---|---|
|