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






Windows & Linux

Description

The separation type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SeparationType() As AgEVAFollowSeparation

[C#]
public AgEVAFollowSeparation SeparationType {get; set;}

[Managed C++]
public: __property AgEVAFollowSeparation get_SeparationType();
public: __property void set_SeparationType(
AgEVAFollowSeparation
);

[Unmanaged C++]
public: HRESULT get_SeparationType(
AgEVAFollowSeparation * pRetVal
);
public: HRESULT put_SeparationType(
AgEVAFollowSeparation NewSeparationType
);

[Java]
public AgEVAFollowSeparation getSeparationType();public void setSeparationType(
AgEVAFollowSeparation
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface