AGI STK VGT 11 Send comments on this topic.
StartStopOption Property (IAgCrdnEventArrayStartStopTimes)
See Also 
Windows






Windows & Linux

Description

The edge type. At least one of the two edge types must be selected.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartStopOption() As AgECrdnStartStopOption

[C#]
public AgECrdnStartStopOption StartStopOption {get; set;}

[Managed C++]
public: __property AgECrdnStartStopOption get_StartStopOption();
public: __property void set_StartStopOption(
AgECrdnStartStopOption
);

[Unmanaged C++]
public: HRESULT get_StartStopOption(
AgECrdnStartStopOption * pRetVal
);
public: HRESULT put_StartStopOption(
AgECrdnStartStopOption NewStartStopOption
);

[Java]
public AgECrdnStartStopOption getStartStopOption();public void setStartStopOption(
AgECrdnStartStopOption
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface