Click or drag to resize

FitFunctionService Methods

The FitFunctionService type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetApplicationFitFunctions This will get all application wide defined fit functions.
Public methodGetBuiltinFitFunctions This will get all builtin fit functions.
Public methodGetDocumentFitFunctions This will get all current document fit functions.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUserDefinedFitFunctions This will get all user defined fit functions.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberReadUserDefinedFitFunction This reads a fit function, that is stored in xml format onto disc.
Public methodRemoveUserDefinedFitFunction This removes a fit function that is stored in xml format onto disc.
Public methodSaveUserDefinedFitFunction Saves a user defined fit function in the user's application directory. The user is prompted by a message box if the function already exists.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also