STK ObjectsSend 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 * pVal
);
public: HRESULT put_Propagator(
    BSTR InVal
);
[Java]
public String getPropagator();
public void setPropagator(
    String
);
[Python - STK API ]
@property
def Propagator(self) -> str:

@Propagator.setter
def Propagator(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.