STK Vector Geometry ToolSend comments on this topic.
IntervalSelection Property (IAgCrdnEventIntervalFromIntervalList)
See Also
Windows






Windows & Linux

Description

The method used to select an interval from the reference interval list.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntervalSelection() As AgECrdnIntervalSelection
[C#]
public AgECrdnIntervalSelection IntervalSelection {get; set;}
[Managed C++]
public: __property AgECrdnIntervalSelection get_IntervalSelection();
public: __property void set_IntervalSelection( AgECrdnIntervalSelection );
[Unmanaged C++]
public: HRESULT get_IntervalSelection(
    AgECrdnIntervalSelection * pRetVal
);
public: HRESULT put_IntervalSelection(
    AgECrdnIntervalSelection IntervalSelection
);
[Java]
public AgECrdnIntervalSelection getIntervalSelection();
public void setIntervalSelection(
    AgECrdnIntervalSelection
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.