SoVolumeWriterdataType Property |
Type of input data (that will be given in the writeXXX method) .
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoDataSetDataTypes> dataType { get; }
Public ReadOnly Property dataType As SoSFEnum(Of SoDataSetDataTypes)
Get
public:
property SoSFEnum<SoDataSetDataTypes>^ dataType {
SoSFEnum<SoDataSetDataTypes>^ get ();
}
member dataType : SoSFEnum<SoDataSetDataTypes> with get
Property Value
Type:
SoSFEnumSoDataSetDataTypesRemarks Default is UNSIGNED_BYTE.
See Also