Description
Gets an array of supported calculation methods.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property SupportedCalculationMethods() As System.Array
|
[C#] |
---|
public System.Array SupportedCalculationMethods {get;}
|
[Managed C++] |
---|
public: __property System::Array get_SupportedCalculationMethods();
|
[Unmanaged C++] |
---|
public: HRESULT get_SupportedCalculationMethods(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public AgSafeArray getSupportedCalculationMethods();
|
[Python - STK API] |
---|
@property
def SupportedCalculationMethods(self) -> list:
|
See Also