Filter Constructor (String, IFormatProvider)

Initializes a new instance of the Filter class.

Namespace:  Tekla.Structures.Filtering
Assembly:  Tekla.Structures (in Tekla.Structures.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
Syntax
public Filter(
	string FullFileName,
	IFormatProvider Provider = null
)

Parameters

FullFileName
Type: SystemString
The filter's full file name to load.
Provider (Optional)
Type: SystemIFormatProvider
An object that supports the IFormatProvider interface to correctly parse numbers and dates according to the current culture information. If not provided, the current CultureInfo is used.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when a null FullFileName is specified.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next