STK AstrogatorSend comments on this topic.
HoldFrameName Property (IAgVAMCSHold)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_HoldFrameName(
    BSTR newVal
);
[Java]
public String getHoldFrameName();
public void setHoldFrameName(
    String
);
[Python - STK API ]
@property
def HoldFrameName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.