AGI STK Astrogator 11Send comments on this topic.
SetSegment Method (IAgVAProfileChangeReturnSegment)
See Also 
pVAMCSReturn
Windows






Windows & Linux

Description

Sets the return segment to target.

Syntax

[Visual Basic .NET]
Public Sub SetSegment( _
   ByVal pVAMCSReturn As IAgVAMCSReturn _
) 
[C#]
public void SetSegment(
   IAgVAMCSReturn pVAMCSReturn
);
[Managed C++]
public: void SetSegment(
   IAgVAMCSReturn ^ pVAMCSReturn
);
[Java]
public  setSegment(
   IAgVAMCSReturn pVAMCSReturn
);
[Unmanaged C++]
public: HRESULT SetSegment(
   IAgVAMCSReturn * pVAMCSReturn
);

Parameters

pVAMCSReturn

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.