AGI STK Objects 11 Send comments on this topic.
CalculationMethod Property (IAgUrbanTerrestrialLossModelWirelessInSiteRT)
See Also 





Description

Gets or sets the calculation method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalculationMethod() As String

[C#]
public string CalculationMethod {get; set;}

[Managed C++]
public: __property String __gc ^ get_CalculationMethod();
public: __property void set_CalculationMethod(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_CalculationMethod(
BSTR * pRetVal
);
public: HRESULT put_CalculationMethod(
BSTR NewCalculationMethod
);

[Java]
public String getCalculationMethod();public void setCalculationMethod(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1