Click or drag to resize

MethodReturnT Constructor (T, String)

Create a new instance of the MethodReturn class.

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public MethodReturn(
	T value,
	string warning
)

Parameters

value
Type: T
Returned object.
warning
Type: SystemString
Warning message.
Remarks
Use this constructor in the case that the method returns a valid object with warnings. SOLIDWORKS opening a part document with warning message is an example.
See Also