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)
Syntaxpublic 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:
SoSFEnumSoDataSetDataTypes
RemarksDefault is UNSIGNED_BYTE.
See Also