Description
Gets or sets the option for using the fast
approximation method.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property FastApproximationMethod() As Boolean
|
[C#] |
public bool FastApproximationMethod {get; set;}
|
[Managed C++] |
public: __property bool get_FastApproximationMethod();
public: __property void set_FastApproximationMethod(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_FastApproximationMethod(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_FastApproximationMethod(
VARIANT_BOOL NewFastApproximationMethod
);
|
[Java] |
public bool getFastApproximationMethod();public void setFastApproximationMethod(
bool
);
|
See Also