STK AviatorSend comments on this topic.
IntegratorTypeString Property (IAgAvtrCalculationOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the integrator type as a string value. Use this for custom integrators.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntegratorTypeString() As String
[C#]
public string IntegratorTypeString {get; set;}
[Managed C++]
public: __property String __gc ^ get_IntegratorTypeString();
public: __property void set_IntegratorTypeString( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_IntegratorTypeString(
    BSTR * pVal
);
public: HRESULT put_IntegratorTypeString(
    BSTR pVal
);
[Java]
public String getIntegratorTypeString();
public void setIntegratorTypeString(
    String
);
[Python - STK API ]
@property
def IntegratorTypeString(self) -> str:

@IntegratorTypeString.setter
def IntegratorTypeString(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.