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++] |
|---|
|
| [Java] |
|---|
public AgEVAFollowJoin getJoiningType(); public void setJoiningType( AgEVAFollowJoin ); |
[Python - STK API ] |
|---|
@property def JoiningType(self) -> "AgEVAFollowJoin": @JoiningType.setter def JoiningType(self, newVal:"AgEVAFollowJoin") -> None: |






