STK AstrogatorSend comments on this topic.
SegmentName Property (IAgVAProfileSeedFiniteManeuver)
See Also
Windows





Windows & Linux

Description

Gets or sets the targeted maneuver 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 * pVal
);
public: HRESULT put_SegmentName(
    BSTR newVal
);
[Java]
public String getSegmentName();
public void setSegmentName(
    String
);
[Python - STK API ]
@property
def SegmentName(self) -> str:

@SegmentName.setter
def SegmentName(self, newVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.