This document is archived and information here might be outdated. Recommended version. |
Gets the default values of a fuzzy function
[Visual Basic .NET] Public Sub GetDefaultFuzzyValues ( _ ByVal Type As esriSAFuzzyFunctionEnum, _ ByVal pInData As IGPValue, _ ByRef num1 As Double, _ ByRef num2 As Double _ )
[C#] public void GetDefaultFuzzyValues ( esriSAFuzzyFunctionEnum Type, IGPValue pInData, ref double num1, ref double num2 );
[C++]
HRESULT GetDefaultFuzzyValues(
esriSAFuzzyFunctionEnum Type,
IGPValue* pInData,
System.Double* num1,
System.Double* num2
);
[C++] Parameters Type [in]
Type is a parameter of type esriSAFuzzyFunctionEnum pInData [in]
pInData is a parameter of type IGPValue* num1 [out]
num1 is a parameter of type double* num2 [out]
num2 is a parameter of type double*