Click or drag to resize
SoConverterParametersSetOutputHeaderOnly Method

Set the header only feature.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
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