STK AstrogatorSend comments on this topic.
PropagatorName Property (IAgVAMCSPropagate)
See Also
Windows





Windows & Linux

Description

Gets or sets the propagator.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PropagatorName() As String
[C#]
public string PropagatorName {get; set;}
[Managed C++]
public: __property String __gc ^ get_PropagatorName();
public: __property void set_PropagatorName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_PropagatorName(
    BSTR * pVal
);
public: HRESULT put_PropagatorName(
    BSTR newVal
);
[Java]
public String getPropagatorName();
public void setPropagatorName(
    String
);
[Python - STK API ]
@property
def PropagatorName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.