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