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