SoConverterParametersSetOutputHeaderOnly Method |
Set the header only feature.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetOutputHeaderOnly(
bool headerOnly
)
Public Sub SetOutputHeaderOnly (
headerOnly As Boolean
)
public:
void SetOutputHeaderOnly(
bool headerOnly
)
member SetOutputHeaderOnly :
headerOnly : bool -> unit
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