STK Vector Geometry ToolSend comments on this topic.
Intervals Property (IAgCrdnPointSamplingResult)
See Also
Windows





Windows & Linux

Description

A collection of sampling intervals.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.