STK AstrogatorSend 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 * pVal
);
public: HRESULT put_SeparationType(
    AgEVAFollowSeparation newVal
);
[Java]
public AgEVAFollowSeparation getSeparationType();
public void setSeparationType(
    AgEVAFollowSeparation
);
[Python - STK API ]
@property
def SeparationType(self) -> "AgEVAFollowSeparation":

@SeparationType.setter
def SeparationType(self, newVal:"AgEVAFollowSeparation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.