Click or drag to resize
SoConverterParametersSetOutputHeaderOnly Method

Set the header only feature.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetOutputHeaderOnly(
	bool headerOnly
)

Parameters

headerOnly
Type: SystemBoolean
Remarks

Like the -h command line argument. If set, the converter will only write the header file. No data will be generated. Default value is Off.

See Also