Click or drag to resize

ImportWithFileNameDerivedPropertiesDataSourceOptionsNameSplitter Property

The name splitter to use for extracting properties from the file name. The default is a PathToFileNameSplitter, which extracts properties from the file name based on a predefined pattern.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IPropertyExtractionTreeNode NameSplitter { get; init; }

Property Value

IPropertyExtractionTreeNode
See Also