clsBatchImportGetDimensionByClassName Method
|
Use to get the right dimension for a line.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic clsBatchImportDimension GetDimensionByClassName(
string sDimensionClassName,
bool CreateNew = false
)
Public Function GetDimensionByClassName (
sDimensionClassName As String,
Optional CreateNew As Boolean = false
) As clsBatchImportDimension
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