Click or drag to resize

ExtensionGetVariablesFromDB Method

Gets the values of the specified file in bulk.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static MethodReturn<KeyValuePair<string, Object>[]> GetVariablesFromDB(
	this IEdmFile5 file,
	string[] variableNames,
	string[] configurationNames
)

Parameters

file
Type: IEdmFile5
variableNames
Type: SystemString
configurationNames
Type: SystemString

Return Value

Type: MethodReturnKeyValuePairString, Object

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).
Remarks
This method is optimized for batch processing multiple files.
See Also