Gets or sets the method to exit the arc.
Read-write property
[Visual Basic .NET] |
---|
Public Property ExitArc() As AgEAvtrJoinExitArcMethod |
[C#] |
---|
public AgEAvtrJoinExitArcMethod ExitArc {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrJoinExitArcMethod get_ExitArc(); |
[Unmanaged C++] |
---|
public: HRESULT get_ExitArc( AgEAvtrJoinExitArcMethod * pVal ); public: HRESULT put_ExitArc( AgEAvtrJoinExitArcMethod newVal ); |
[Java] |
---|
public AgEAvtrJoinExitArcMethod getExitArc(); public void setExitArc( AgEAvtrJoinExitArcMethod ); |
[Python - STK API ] |
---|
@property def ExitArc(self) -> "AgEAvtrJoinExitArcMethod": @ExitArc.setter def ExitArc(self, newVal:"AgEAvtrJoinExitArcMethod") -> None: |