AGI STK Astrogator 11 Send 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 * pRetVal
);
public: HRESULT put_JoiningType(
AgEVAFollowJoin NewJoiningType
);

[Java]
public AgEVAFollowJoin getJoiningType();public void setJoiningType(
AgEVAFollowJoin
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface