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






Windows & Linux

Description

The targeted stop segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SegmentName() As String
[C#]
public string SegmentName {get; set;}
[Managed C++]
public: __property String __gc ^ get_SegmentName();
public: __property void set_SegmentName(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_SegmentName(
   BSTR * pRetVal
);
public: HRESULT put_SegmentName(
   BSTR NewSegmentName
);
[Java]
public String getSegmentName();public void setSegmentName(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.