Click or drag to resize

ExtensionUndoCheckOut Method

Undo a check out operation on the specified file.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static MethodReturn<bool> UndoCheckOut(
	this IEdmFile5 file,
	int parentWnd = 0
)

Parameters

file
Type: IEdmFile5
File object.
parentWnd (Optional)
Type: SystemInt32
Handle of the parent window.

Return Value

Type: MethodReturnBoolean
Method return of true or false. True if the undo check out operation was successful, false if not.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmFile5. 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).
Exceptions
ExceptionCondition
NullReferenceExceptionThrown when file parameter is null.
See Also