AGI STK Astrogator 11 Send comments on this topic.
JoiningType Property (IAgVAMCSFollow)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1