STK AstrogatorSend comments on this topic.
JoiningType Property (IAgVAMCSFollow)
See Also
Windows





Windows & Linux

Description

The joining type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property JoiningType() As AgEVAFollowJoin
[C#]
public AgEVAFollowJoin JoiningType {get; set;}
[Managed C++]
public: __property AgEVAFollowJoin get_JoiningType();
public: __property void set_JoiningType( AgEVAFollowJoin );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.