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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1