AGI STK Objects 11Send comments on this topic.
Propagator Property (IAgVePropagatorUserExternal)
See Also 
Windows






Windows & Linux

Description

Propagator.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Propagator() As String
[C#]
public string Propagator {get; set;}
[Managed C++]
public: __property String __gc ^ get_Propagator();
public: __property void set_Propagator(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_Propagator(
   BSTR * pRetVal
);
public: HRESULT put_Propagator(
   BSTR NewPropagator
);
[Java]
public String getPropagator();public void setPropagator(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.