Method ExportSelection
ExportSelection(string, bool)
Export the selection to a file
Declaration
public void ExportSelection(string fileName, bool keepIntermediaryNodes = false)
Parameters
Type | Name | Description |
---|---|---|
string | fileName | Path of the file to export |
bool | keepIntermediaryNodes | If true, intermerdiary hierarchy is kept |