AGI STK Astrogator 11 Send comments on this topic.
PropagatorName Property (IAgVAMCSPropagate)
See Also 





Description

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 * pRetVal
);
public: HRESULT put_PropagatorName(
BSTR NewPropagatorName
);

[Java]
public String getPropagatorName();public void setPropagatorName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1