Calibrator3DExtensionsSave Method

CVB.Net Documentation
Saves the calibrator to the given fileName.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static void Save(
	this Calibrator3D calibrator,
	string fileName
)

Parameters

calibrator
Type: Stemmer.CvbCalibrator3D
Calibrator to save.
fileName
Type: SystemString
File to save the calibrator to.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Calibrator3D. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference