AGI STK Astrogator 11 Send comments on this topic.
HoldFrameName Property (IAgVAMCSHold)
See Also 





Description

Hold Frame - the reference frame of the Hold segment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HoldFrameName() As String

[C#]
public string HoldFrameName {get; set;}

[Managed C++]
public: __property String __gc ^ get_HoldFrameName();
public: __property void set_HoldFrameName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_HoldFrameName(
BSTR * pRetVal
);
public: HRESULT put_HoldFrameName(
BSTR NewHoldFrameName
);

[Java]
public String getHoldFrameName();public void setHoldFrameName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1