STK Vector Geometry ToolSend 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 StartStopOption
);
[Java]
public AgECrdnStartStopOption getStartStopOption();
public void setStartStopOption(
    AgECrdnStartStopOption
);
[Python - STK API ]
@property
def StartStopOption(self) -> "AgECrdnStartStopOption":

@StartStopOption.setter
def StartStopOption(self, StartStopOption:"AgECrdnStartStopOption") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.