Click or drag to resize

clsBatchImportGetDimensionByClassName Method

Use to get the right dimension for a line.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public clsBatchImportDimension GetDimensionByClassName(
	string sDimensionClassName,
	bool CreateNew = false
)

Parameters

sDimensionClassName
Type: SystemString
Name of the class "clsImportProject"
CreateNew (Optional)
Type: SystemBoolean
Will return nothing, if the requested dimension is not existing. With true, you get the empty class

Return Value

Type: clsBatchImportDimension
See Also