SoConverterParametersSetOutputDataFormat Method (SoDataSetDataTypes) |
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool SetOutputDataFormat(
out SoDataSetDataTypes dataType
)
Public Function SetOutputDataFormat (
<OutAttribute> ByRef dataType As SoDataSetDataTypes
) As Boolean
public:
bool SetOutputDataFormat(
[OutAttribute] SoDataSetDataTypes% dataType
)
member SetOutputDataFormat :
dataType : SoDataSetDataTypes byref -> bool
Parameters
- dataType
- Type: OIV.LDM.NodesSoDataSetDataTypes
Return Value
Type:
Boolean
Remarks
Note that if the input reader does not support the requested conversion, the output data format will be the same as the input data format (no conversion) Returns true if parameter is valid, else returns false.
See Also