Gets or sets the joining type.
Read-write property
[Visual Basic .NET] |
---|
Public Property JoiningType() As AgEVAFollowJoin |
[C#] |
---|
public AgEVAFollowJoin JoiningType {get; set;} |
[Managed C++] |
---|
public: __property AgEVAFollowJoin get_JoiningType(); |
[Unmanaged C++] |
---|
public: HRESULT get_JoiningType( AgEVAFollowJoin * pVal ); public: HRESULT put_JoiningType( AgEVAFollowJoin newVal ); |
[Java] |
---|
public AgEVAFollowJoin getJoiningType(); public void setJoiningType( AgEVAFollowJoin ); |
[Python - STK API ] |
---|
@property def JoiningType(self) -> "AgEVAFollowJoin": @JoiningType.setter def JoiningType(self, newVal:"AgEVAFollowJoin") -> None: |